P {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-style : normal;
	font-weight : normal;
}

SMALL {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pix;
	font-weight: normal;
}

H1 {
	color: Navy;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pix;
	text-align: center;
	font-weight: bold;
}

H2 {
	color : Red;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : large;
	font-weight : bold;
	text-align : center;
}

H3 {
	color : Silver;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	text-align : left;
}


BODY {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pix;
	font-style: normal;
	font-weight: normal;
}

A {
	color : Blue;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pix;
	font-style : normal;
	font-weight : normal;
}

A:VISITED {
	color : #9900CC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pix;
	font-style : normal;
	font-weight : normal;
}

TABLE {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pix;
	font-weight : normal;
}

A.slink:link {
	font-size: 10pix;
}
	
A.slink:visited {
	font-size: 10pix;
}