P  {
	font-family : Verdana;
}

H1  {}

H2  {}

H3  {}

A  {
	text-decoration : none;
	font-family : Verdana;
}

A:Visited  {}

A:Active  {
	color : Green;
}

A:Hover  {
	color : Yellow;
}

A.lined  {
	text-decoration : underline;
	font-family : Verdana;
	color : #00FF00;
}

A:Hover.lined  {
	text-decoration : underline;
	font-family : Verdana;
	color : Yellow;
}

BODY  {
	font-family : Verdana;
	font-size : x-small;
	color : Lime;
	text-align : center;
	text-decoration : none;
}

.small  {
	font-size : small;
}

.xsmall  {
	font-size : x-small;
}

.xxsmall  {
	font-size : xx-small;
}

