
BODY {
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #333366;
}

H1 {
	font-family : Arial, Helvetica, sans-serif;
	color : #333366;
	font-size : 12px;
	font-weight:normal
}


A:LINK {
	font-size : 16px;
	color : #79A3D4;
}
A:VISITED {
font-size : 16px;
	color : #79A3D4;
}
A:HOVER {
font-size : 16px;
	color: Lime;
}

p {
	line-height: 14px;
}