body { 
	margin: 1em 0 0 0;
	padding: 0;
	
	font-size: 12px; 
	font-family: Arial;
	line-height: 135%;
}

h2 { 
text-align: center; 
}

div.header {
font-family: Arial; 
font-size: 16px; 
left: 6px;
font-weight: bold; 
color: black;
margin-left: 12px;
padding-left: 12px;
}

ul { 

margin: 20px; 

} 


a:link {
	color: midnightblue;
	border-bottom: 1px dotted midnightblue;
	text-decoration: none;
}
a:visited {
	color: #584E56;
	text-decoration: none;
	border-bottom: 1px dotted purple;
}
a:hover {
	color: #151B8D;
	text-decoration: none;
	border-bottom: 1px solid blue;
}
a:visited:hover {
	color: #151B8D;
	text-decoration: none;
	border-bottom: 1px solid blue;
}
.name_link:hover {
color: #000044;
text-decoration: none;
border-bottom: 0;
}
.name_link:visited:hover {
color: #000044;
text-decoration: none;
border-bottom: 0;
}
#footer {
	font-size: .9em;
	line-height: 140%;
}
#footer2 {
	font-size: .8em;
	line-height: 120%;
}