/* Link styles */
body {
 margin-left: 50px;
 margin-right: 40px;
 margin-top: 0px;
 margin-bottom: 0px;
 background-color: #c0c0c0;

}

#bodyblock {

	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 40px;
	overflow: visible;
	border-left: solid 1px #a0a0a0;
	border-right: solid 2px #707070;
	border-bottom: solid 2px #707070;

}


a, :link {
 text-decoration: none;
 color: #1010bf;
 border-bottom: 1px dotted #bbb;
}

a, :visited {
 text-decoration: none;
 color: #6060ff;
/* border-bottom: 1px dotted #bbb; */
}

:link:hover, :visited:hover {
 background-color: #eee;
 border-bottom: 1px solid #bbb;
}

.milestone .info h2 em {
       color: #1010bf;
       font-style: normal;
}

dt em  {
       color: #1010bf;
}

