P {
	font-family: sans-serif;
	line-height: 120%;
}
HR{
	color: Black;
	height : auto;
	
}
body{
	background-color : White;
	
}
h1{
	margin-bottom : 0px;
	font-family : Tahoma;
	padding-bottom : 0px;
	line-height : 0px;
}
h2{
	margin-bottom : 0px;
	font-family : Tahoma;
	padding-bottom : 0px;
	line-height : 0px;
}
h3
{
	margin-bottom : 0px;
	font-family : Tahoma;
	padding-bottom : 0px;
	line-height : 0px;
}
a:link{
	color : Maroon;
}
a:visited{
	color: Gray;
	text-decoration: none;
}
a:hover{
	text-decoration: overline;
}