P  {
	position: relative;
	top: -10px;
}

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;
}

TABLE  {
	font-family : verdana, helvetica;
	font-size : x-small;
}


