P  {
	font-family : Arial;
}

H1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bolder;
	color: #FF0000;
}

H2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000099;
}

H3  {}

A  {
	text-decoration : none;
	font-family : Arial;
	font-weight : bold;
}

A:Visited  {
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
}

A:Active  {
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
}

A:Hover  {
	font-family : Arial;
	font-weight : bold;
	text-decoration : underline;
}

BODY  {
	font-family : Arial;
}
.red {
	color: #FF0000;
}
.small {
	font-size: x-small;
}
