H1 {
	font-size : 11px;
	font-family : sans-serif;
	font : normal;
	background : #dcdcdc;
	width : 180px;
	border-bottom : 1px solid Gray;
}

H2 {
	font-size : 18px;
	font-family : sans-serif;
	font : normal;
}
H3 {
	font-size : 12px;
	font-family : sans-serif;
	height : auto;
	font : normal;
	font-weight : lighter;
}


A {
	font : 12px Arial, Helvetica, sans-serif;
	color : #ff0000;
	text-decoration : underline;
	font-weight : lighter;
}
A:HOVER {
	font : 12px Arial, Helvetica, sans-serif;
	color : Black;
	text-decoration : underline;
	font-weight : lighter;
}
HR {
	height : 2px;
	white-space : nowrap;
	border : 2px dotted Silver;
}




