body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #FF0000;
}
body {
	background-color: #999999;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
a:link {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CC0099;
}
a:hover {
	text-decoration: underline;
	font-weight:bold;
                  font-style:italic;
	color: #006600;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {	
	font-size:12 px
}
