dt {
font-weight: bold;
}

.head {
position: relative; 
left:25px;
}

body {
font-family: arial, helvetica, sans-derif;
color: black;
}

div#bodyTag {
margin-left: auto;
margin-right: auto;
}

p {
font-size: 12px;
}

#cont { 
margin: 15px;
font-size: 12px;
}

a {
font-size: 12px;
color:  gray;
text-decoration: none;
}

a:hover {
font-size: 12px;
color: black;
text-decoration: underline;
}


div#nav a {
	color: gray;
	background-color: white;
	display: block;
	padding: 2px 4px;
	margin: 1px 2px 1px;
	font-size: 12px;
	text-decoration: none;
}

div#nav a:hover {
	color: black;
	background-color: white;
	display: block;
	padding: 2px 4px;
	margin: 1px 2px 1px;
	font-size: 12px;
	text-decoration: underline;
	
}


div#nav p {
color: white;
font-weight: bold;
}


.rt{
text-align:right;
}
	
.mo {
text-align:right;
border: white;
}
	
