/*General font: */ 

font	{ font-family: Arial, sans-serif;   color: #333333; font-size: 110%;}

/*General properties of the body: Background color, -picture, margins.*/ 




.body    {background-color: #ffffff;  color: #333333; font-size: 110%; margin-left: 3px; margin-right: 3px; margin-top: 4%; margin-bottom: 5%}


.text {margin-left: 10%; margin-right: 15%; color: #111111; font-family: Arial, sans-serif;}


/*Links: */

a:link 	{color: #666F75; font-weight:bold;}
a:visited 	{color: #666F75; font-weight:bold;} 
a:hover     { background-color: #FFFFFF; color: #666F75; font-weight:bold;}
a:active	{color: #666F75; font-weight:bold;}

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%;  text-align:center; color: #cc0033;}
h2	{ font-size: 120%;   text-align:center; color: #222222;}
h3	{ font-size: 130%;  text-align:center; color: #cc0033;}
h4	{font-size: 110%; text-align:center; color: #cc0033;}
h5	{font-size:100%; font-weight: bold; text-align:center; color: #6699cc;}

/*Properties for special highlight:*/

.google	{color: #800000;}
.google2	{color: #395692;}

