P {
	font-family : Verdana;
	font-size : 15px;
}
H1 {
	font-size : 24px;
	font-weight : bold;
	color : Black;
	font-family : Verdana;
}
H2 {
	font-size : 20px;
	font-weight : bold;
	color : Black;
	font-family : Verdana;
}
H3 {
	font-size : 17px;
	font-weight : bold;
	color : Black;
	font-family : Verdana;
}
H4 {
	font-size : 16px;
	font-weight : bold;
	color : Black;
	font-family : Verdana;
}

SMALL {
	font-family : Verdana;
	font-size : 12px;	
}

BLOCKQUOTE {
	font-family : Verdana;
	font-size : 15px;
}
UL {
	font-family : Verdana;
	font-size : 15px;
}
DL {
	font-family : Verdana;
	font-size : 15px;
}

A:link {
	color : #000000; text-decoration:none;
}

A:VISITED {
	color : #000000; text-decoration:none;
}
A:HOVER {
	color : #009900;
	text-decoration: underline;
}
A:ACTIVE {
	color : #000000;
}

A:VISITED:HOVER {
	color : #009900;
	text-decoration: underline;
}