/*General font: */ 

font { font-family: arial, Times, serif; color: #333333; font-size: 100%;}

/*General properties of the body: Background color, -picture, margins. */ 

body {background-color: #016e1b; color: #333333; font-family:  arial, Times, serif;  text-align: center;}


.center-div {
     margin-left: auto;
     margin-right: auto;
     width: 900px;
     text-align: left;
background-color: #ffffff;
     }

.bodytext {margin-left:10%; margin-right:10%;}

.top {background-color: #000000; font-size:90%; color:#ffffff; font-family: Arial, sans-serif; font-weight:normal; text-align: center}

.top a:link {color:#fe0000; font-family: Arial, sans-serif; font-weight:normal; text-decoration:none; background-color: #016e1b; font-size:90%;}

.top a:visited {color:#00639C; font-family: Arial, sans-serif; font-weight:normal; text-decoration:none; background-color: #00639C; font-size:90%;}

.top a:hover { background-color: #ffffff; color: #016e1b; font-family: Arial, sans-serif; font-weight:normal; text-decoration:none; font-size:90%;}

.top a:active {color:#fe0000; font-family: Arial, sans-serif; font-weight:normal; text-decoration:none; background-color: #016e1b; font-size:90%;}


/*Links: */

a:link 	{color: #016e1b; font-weight:normal; text-decoration:none;}
a:visited 	{color: #016e1b; font-weight:normal; text-decoration:none;} 
a:hover     { background-color: #016e1b; color: #ffffff; font-weight:normal; text-decoration:none;}
a:active	{color: #016e1b; font-weight:normal; text-decoration:none;}

a:link img   { border-color: #016e1b } 
a:visited img   { border-color: #00639C } 
a:hover img   { border-color: #00639C } 
a:active img   { border-color: #016e1b } 


/*Headers:*/
h1   {  font-size: 150%; font-weight:bold; text-align:center; color: #333333 }
h2   { font-size: 140%;  font-weight: bold; text-align:center; color: #333333 }
h3   { font-size: 70%; font-weight: normal; text-align:center; color: #b8d334}
h4   {font-size: 120%; font-weight: bold; text-align:left; color: #333333 }
h5   {font-size: 110%; font-weight: bold; text-align:left; color: #333333 }
h6   {font-size: 100%; font-weight: bold; text-align:left; color: #333333 }

/*Properties for special highlight:*/

.special1	{font-size: 65%; font-weight: normal; color: #333333; text-align:center }
.special2	{font-size: 85%; font-weight: normal; color: #333333; text-align:left }
.special3	{font-size: 110%; font-weight: normal; color: #333333; text-align:center }


.special4	{font-size: 150%; font-weight: bold; color: #333333; text-align:center}
.special5	{font-size: 130%; font-weight: bold; color: #333333; text-align:left}
.special6	{font-size: 110%; font-weight: bold; color: #333333; text-align:left}


