A {
	text-decoration : underline;
}
A:hover {
	text-decoration : none;
}

P.normal {
	font-family : Verdana;
	font-size : smaller;
	font-style : normal;
}
P.large {
	font-family : Verdana;
	font-size : small;
	font-style : normal;
}
P.small {
	font-family : Verdana;
	font-size : xx-small;
	font-style : normal;
}	
P.smallb {
	font-family : Verdana;
	font-size : xx-small;
	font-style : normal;
	font-weight : bold;
}	
H1 {
	font-family : Verdana;
	font-size : small;
	font-style : italic;
	font-weight : bold;
}
H2 {
	font-family : Verdana;
	font-size : smaller;
	font-style : normal;
	font-weight : bold;
}