 body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #B0C4DE;
	font-size: 100%;}
p, ul {
	font-size: 73%;
	color: #191970;
} 
a:link {
	color: Blue;
	text-decoration: none;
} 
a:visited {
	color: #DC143C;
	text-decoration: none;
} 
a:hover {
	color: Red;
	text-decoration: underline;
}
a:active {
	color: Red;
	text-decoration: none;
}

h1,h2, h3, h4{
	color: #B22222;
}

h1 {font-size: 100%;} 
h2{font-size:85%;}
h3{font-size: 80%;}
h4{font-size: 75%;}
h5{font-size: 73%;}

.colour1{
	background-color: #B0C4DE;
	}

.colour2{
	background-color: white;
	}


.smalltext{	
	font-size: 80%;
}
.smalltext2{	
	font-size: 70%;
}
.white{
	color: white;
}

.line{
	border-left: 1px solid Gray;
}