/*General properties of the body: Background color, -picture, margins. */ 

body {background-color: #f2f2f2; color: #444; font-family:  Helvetica,  "Trebuchet MS", Georgia, Helvetica,  "Times New Roman", Times, serif;  text-align: center; font-size: 100%;}
.center-div {
     margin-left: auto;
     margin-right: auto;
     text-align: left;
background-color: #fff;
     }
.topnav {background-color: #393939; color:#fff; font-weight:normal; text-align:left;  font-size: 90%; padding:10px 10px 10px 5%}
.topnav a:link {color:#ffffFf; font-weight:normal; text-decoration:none; padding:10px 0}
.topnav a:visited {color:#ffffFf; font-weight:normal; text-decoration:none; padding:10px 0}
.topnav a:hover { background-color: #ffffff; color: #333333; font-weight:normal; text-decoration:none; padding:10px 0}
.topnav a:active {color:#ffffFf; font-weight:normal; text-decoration:none; padding:10px 0}
.clear {clear:both;}
.bodytext {margin-left:5%; margin-right:5%;}
/*Links: */
a:link 	{color: #257ad3; font-weight:normal; text-decoration:none;}
a:visited 	{color: #257ad3; font-weight:normal; text-decoration:none;} 
a:hover     { background-color: #257ad3; color: #FFFFFF; font-weight:normal; text-decoration:none;}
a:active	{color: #257ad3; font-weight:normal; text-decoration:none;}
a:link img   { border-color: #00639C } 
a:visited img   { border-color: #00639C } 
a:hover img   { border-color: #00639C } 
a:active img   { border-color: #00639C } 
/*Headers:*/
h1        {  font-size: 110%; font-weight:bold; text-align:left; color: #222222}
h2	{ font-size: 100%;  font-weight: bold; text-align:left; color: #393939}
h3	{ font-size: 100%; font-weight: bold; text-align:left; color: #222222}









