/*General font: */

font         { font-family:"Times New Roman","Arial";  color: #980000;
                     font-size: 95%;}
/*General properties of the body: 
Background color, -picture, margins.
*/ body { background-color: #FFFFE8;
	color: #980000;
MARGIN-LEFT: 10%; 
MARGIN-RIGHT: 10%}
/*Links: */ 
a:active	{color: #C10000; font-weight:bold}
a:link 	{color: #C10000; font-weight:bold}
a:visited 	{color: #C10000; font-weight:bold} 
a:hover     { background-color:#ffffff; color: #000091; font-weight:bold}
/*Headers:*/
h1	{ font-family:"Splendid","Gospel"; font-size:240%; font-weight:bold; text-align:center}
h2	{ font-size: 140%; font-weight: bold; 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-size:80%;   text-align:center } 
  /*Properties for special highlight:*/
.special	{ font-size: 150%; font-weight: bold; color: #ffc600; text-align:center}
/*Change distance between list items:*/
li { margin-bottom: 5px;}
