/*General font: */ 

font	{ font-family: Verdana, "Times New Roman", Times, serif; color: #ffffff; font-size: 95%;}

/*General properties of the body: Background color, -picture, margins.

*/ body {	background-color: #FFFFFF; color: #666666;	MARGIN-LEFT: 10%; 
MARGIN-RIGHT: 10%}
/*Links: */

a:link 	{color: #336699; font-weight:normal}
a:visited 	{color: #336699; font-weight:normal} 
a:hover     { background-color: #336699; color: #FFFFFF; font-weight:normal}
a:active	{color: #336699; font-weight:normal}
a:link img   { border-color: #336699 } 
a:visited img   { border-color: #336699 } 
a:hover img   { border-color: #336699} 
a:active img   { border-color: #336699} 


/*Headers:*/


h1        {   font-family: font-size: 200%; font-weight:bold; text-align:center}

h2	{ font-size: 100%;  text-align:center }

h3	{ font-size: 120%; font-weight: bold; text-align:center }

h4	{font-size: 100%; font-weight: bold; text-align:center }

h5	{   font-family:"Splendid","Gospel";  font-size:110%; font-weight: bold; text-align:center }

/*Properties for special highlight:*/
.special	{font-size: 95%; 	font-weight: bold;	color: #FFFFD3; 	text-align:center }
/*Change distance between list items:*/
li  { margin-bottom: 5px}

/*color of list:*/
li {color: #ffffff}
ul {color: #ffffff}




