P  {}

H1  {
	font-size : large;
	font-weight : bold;
}

H2  {
	font-weight : bold;
	font-size : medium;
}

H3  {
	font-size : small;
	font-weight : bold;
}

A  {}

A:Visited  {}

A:Active  {}

A:Hover  {}

BODY  {
	background-color : #FFFFEE;
	font-family : verdana, helvetica;
	font-size : x-small;
}

CODE  {
	font-family : courier;
	font-size : x-small;
}

PRE  {
	font-size : x-small;
	font-family : courier;
}

TD  {
	font-family : verdana, helvetica;
	font-size : x-small;
}

UL LI { list-style-image: url(images/bullet.gif)}


