BODY {
   font-family: Times;
	 background-color: #710E0B;
	 color: #ffffff
}

H1 {
	 text-align : center;
}

/* unvisited link */
a:link {
	 color: #ffffff;
	 text-decoration: none;
	 font-size: 125%;
}     
/* visited link */
a:visited {
   color: #ffffff;
	 text-decoration: none;
	 font-size: 125%;
}  
/* mouse over link */
a:hover {
   color: #ffff00;
	 text-decoration: underline;
	 font-size: 125%;
}   
/* selected link */
a:active {
   color: #ffffff;
	 text-decoration: underline;
	 font-size: 125%;
}   

table.center {
   margin-left:auto; 
	 margin-right:auto;
}

img.hvidkant {
   border: 5px solid #ffffff;
}

.centreret { 
   text-align : center;
}

.centreretlille {
   text-align : center;
   font-size: 75%;
}
