html * {font-family: arial; sans-serif; line-height:20px;}
body {background-color:#bbdef3; margin-right:auto; margin-left:auto;padding:15px; color:#ffffff;}

/*********** the page is set out in two nearly identical blocks that will be centred and one above the other. **********/
/*********** #head is the format of the top blocks ***********/
#head{ 
	   text-align:center; 
	   color:#0a0a5c; 
	   font-size:10; 
	   width:750px; 
	   margin-right:auto; 
	   margin-left:auto;
	   border-width:10px;
	   border-style:groove;
  	   border-color:blue;
	   padding:25px;
	  }
#head h1{
	   color:#FFFFff;
	   font-size:16;
	   font-style:italic;
	  }
#head h2{
	   color:#000000;
	   text-align:left;
	  }
#head h3{
	   color:#FFFFff;
	   font-size:12;
	   font-style:italic;
	  }
#head h4{
	   color:#000000;
	   font-size:14;
	  }
	  	  
#head a:link{
	   color:#000000;
	   padding: 0px 10px 0px 10px;
	  }
#head a:visited{
	   color:#000000;
	   padding: 0px 10px 0px 10px;
	  }
#head a:hover{
	   border-bottom: 1px solid #cccccc;
	   background-color: #cccccc;
	   padding: 0px 10px 0px 10px;
	  }

#main{ 
	   text-align:left; 
	   color:#000000; 
	  }

/*********** #linkung defines the link to wyverne webdesign ***********/
 #linkung{ text-align:right; color:#ffffff; font-size:10px; width:880px; margin-right:auto; margin-left:auto;padding:15px;}
 #linkung a:link{
	color:#0000ff;
	font-size:10px;	
	border-bottom: 0px;
  }
 #linkung a:visited{
	color:#0000ff;
	font-size:10px;	
	border-bottom: 0px;
  }
 #linkung a:hover{
	color:#cc0000;
	font-size:10px;	
	border-bottom: 0px;
  }

