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;
	font-size : smaller;
	line-height : 0px;
}
a:link{
	color : Maroon;
}
a:visited{
	color : Gray;
	text-decoration : line-through;
}
a:hover{
	text-decoration : blink;
}