body {
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(graphics/back.png);
	background-repeat: repeat;	
}
h1 {
	font-family: Georgia;
	font-size: 16px;
	color: #000000;
}
p {
	font-family: Georgia;
	font-size: 14px;
	color: #000000;
}
a:link {
	font-size: 14px;
	color: #0099B1;
	font-weight: bold; 
}
a:visited {
	font-size: 14px;
	color: #0099B1;
	font-weight: bold; 
}
a:hover {
	font-size: 14px;
	color: #0099B1;
	text-decoration: none;
}
a:active {
	font-size: 14px;
	color: #0099B1;
	font-weight: bold; 
}
