/*General font: */ 

font	{ font-family: "Times New Roman", Times, serif; color: #ffffff; font-size: 95%;}

/*General properties of the body: Background color, -picture, margins.*/ 
body {background-color: #FFFFFF; color: #333333; MARGIN-LEFT: 5%; MARGIN-RIGHT: 5%; MARGIN-TOP: 3%;}

.topmenu {background-color: #800000;  font-size:95%; color:#ffffff; font-family: Arial, sans-serif; font-weight:normal;  text-align:center}

.topmenu a:link {font-size: 95%; color:#ffffef; font-family: Arial, sans-serif; font-weight:bold; text-decoration:none; background-color: #800000;}

.topmenu a:visited {font-size: 95%; color:#ffd700; font-family: Arial, sans-serif; font-weight:bold; text-decoration:none; background-color: #800000;}

.topmenu a:hover {font-size: 95%; background-color: #ffffff; color: #800000; font-family: Arial, sans-serif; font-weight:bold; text-decoration:none;}

.topmenu a:active {font-size: 95%; color:#ffe4b5; font-family: Arial, sans-serif; font-weight:bold; text-decoration:none; background-color: #800000;}


/*Links: */



a:link 	{color: #00005B; font-weight:bold; text-decoration:none;}
a:visited 	{color: #00005B; font-weight:bold; text-decoration:none;} 
a:hover     { background-color: #00005B; color: #FFFFFF; font-weight:bold; text-decoration:none;}
a:active	{color: #00005B; font-weight:bold; text-decoration:none;}
a:link img   { border-color: #00005B } 
a:visited img   { border-color: #00005B } 
a:hover img   { border-color: #00005B } 
a:active img   { border-color: #00005B } 


/*Headers:*/


h1        {  font-size: 200%; font-weight:bold; text-align:center; color: #800000}

h2	{ font-size: 110%;  font-weight: bold; text-align:center }

h3	{ font-size: 100%; font-weight: bold; text-align:center }

h4	{font-size: 60%; text-align:center }

h5	{font-size:110%; font-weight: bold; text-align:center }

/*Properties for special highlight:*/
.special	{font-size: 200%; 	font-weight: bold;	color: #800000; 	text-align:center }
.special1	{font-size: 120%;	color: #333333; 	text-align:center }
.special2	{font-size: 80%;	color: #800000; 	text-align:center }
.special3	{font-size: 70%;	color: #800000; 	text-align:center }
.special4	{font-size: 180%; 	font-weight: bold;	color: #800000;}



/*Change distance between list items:*/
li  { margin-bottom: 5px}

/*color of list:*/
li {color: #333333}
ul {color: #333333}




