h1 {
	font-family : "arial, helvetica", sans-serif;
	font-size : large;
	color : #0066CC;
}

h2 {
	font-family : "arial, helvetica", sans-serif;
	font-size : medium;
	color : #0066CC;
}

td {
	font-family : "arial, helvetica", sans-serif;
	font-size : x-small;
	color : #000000;
}

body {
	font-family : "arial, helvetica", sans-serif;
	font-size : x-small;
}

p {
	font-family : "arial, helvetica", sans-serif;
	font-size : x-small;
}

a:link {
	text-decoration : none;
	color : #0066cc;
}

A:visited {
	text-decoration : none;
	color : #66cc99;
}

a:hover {
	text-decoration : underline;
	color : #0066CC;
}
