body {
	font-weight: bold;
	font-family: Times;
	font-size: 14px;
	color: #000000;
	margin-left : 5px;
	margin-top : 0;
	margin-right : 5px;
	background-color : #99ccff;
	text-align : justify;
}
a:active,a:link,a:visited {
	color: Yellow;
	text-decoration: underline;
}
a:hover,a:visited:hover {
	color: #FF4500;
	text-decoration: underline;
}

hr {color : Black;height : 0.5px;}

