﻿body {
    background: #fff;
    color: #333;
    font: 12pt Georgia, "Times New Roman", Times, serif;
    line-height:1.5;
}

h1,h2,h3 {color: #006eb0; font-family: Helvetica, Arial, Sans-Serif; clear:both; width:100%;}
h1 {font-size: 24pt}
h2 {font-size: 14pt}
h3 {font-size: 12pt}

a:link, a:visited {
	color: #006eb0;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 60%;
}


#logindisplay {display:none;}
.MenuBar {display:none;}
div {width:auto; display:block; clear:both; margin: 0 1%; float:none; padding:0;}




