/*General font: */ 

font	{ font-family: Arial, "Times New Roman", Times, serif; color: #666666; font-size: 100%;}

/*General properties of the body: Background color, -picture, margins. */ 

body {	background-color: #ffffff; color: #666666; font-family: Arial, "Times New Roman", Times, serif;}

.bodycontent {margin-left:10%; margin-right:10%;}

.top {background-color: #336699;  border-color:#336699; border-width:1px; border-style:solid; font-size:95%; color:#FFFFEF; font-family: Arial, sans-serif; font-weight:normal; text-align:center}

.top a:link {font-size: 95%; color:#ffffef; font-family: "Times New Roman", Arial, sans-serif; font-weight:bold; text-decoration:none}

.top a:visited {font-size: 95%; color:#ffffef; font-family: "Times New Roman", Arial, sans-serif; font-weight:bold; text-decoration:none}

.top a:hover {font-size: 95%; background-color: #ffffff; color: #336699; font-family: "Times New Roman", Arial, sans-serif; font-weight:bold; text-decoration:none}

.top a:active {font-size: 95%; color:#ffffef; font-family: "Times New Roman", Arial, sans-serif; font-weight:bold; text-decoration:none}

/*Links: */

a:link 	{color: #336699; font-weight:normal; text-decoration:none; font-family: "Times New Roman", Arial, sans-serif;}
a:visited 	{color: #336699; font-weight:normal; text-decoration:none; font-family: "Times New Roman", Arial, sans-serif;} 
a:hover     { background-color: #336699; color: #FFFFFF; font-weight:normal; text-decoration:none; font-family: "Times New Roman", Arial, sans-serif;}
a:active	{color: #336699; font-weight:normal; text-decoration:none; font-family: "Times New Roman", Arial, sans-serif;}
a:link img   {background-color: #336699; border-color: #00005B } 
a:visited img   {background-color: #336699; border-color: #00005B } 
a:hover img   { background-color: #800000;border-color: #00005B } 
a:active img   {background-color: #336699; border-color: #00005B } 


/*Headers:*/


h1        {  font-size: 150%; font-weight:bold; text-align:center; color: #336699}

h2	{ font-size: 120%;  font-weight: bold; text-align:center; color: #336699 }

h3	{ font-size: 110%; font-weight: bold; text-align:center; color: #336699}

h4	{font-size: 60%; text-align:center; color: #336699 }

h5	{font-size:110%; text-align:center }

/*Properties for special highlight:*/
.special	{font-size: 150%; 	font-weight: bold;	color: #333333; 	text-align:center }
.special2	{font-size: 150%;	color: #666666; 	text-align:center }
.special3	{font-size: 120%;	color: #666666; font-weight: bold; 	text-align:left }
.special4	{font-size: 120%;	color: #666666; 	text-align:left }
.special5	{font-size: 120%;	color: #666666; 	text-align:center }
.special6	{font-size: 100%;	color: #666666; 	text-align:center }
.special7	{font-size: 120%;	color: #666666; 	text-align:center }

.specialh2	{ font-size: 150%;  font-weight: bold; text-align:left; color: #666666}


/*Change distance between list items:*/
li  { margin-bottom: 5px}







