BODY {
	background-image : url("images/background.jpg");
}
A:ACTIVE {
	color : Blue;
}

A:HOVER {
	color : Red;
}

BODY {
	background-color : #e1fbfd;
}

A:VISITED {
	color : Purple;
}

H1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : large;
	font-style : normal;
	color : Red;
}

H2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : medium;
	font-style : normal;
}

P {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12;
}
TD {
	font-family : "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

.cellwhite {
	background-color : #fcfcfc;
}

.cellgrey {
	background-color : #ededed;
}

.p1{
	font-size: 6pt;
}

.p2{
	font-size: 8pt;
}

.p3{
	font-size: 10pt;
}

.p4{
	font-size: 12pt;
}