body{
	font-family: Verdana;
	background-color: black;
	font-size: 10pt;
	color: white;
	border-top: 1px solid lime;
	margin-top : 2%;
}
a{
	color: green;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.cIMG{
	border-left: lime;
	border-right: green;
	border-top: lime;
	border-bottom: green;
}
td{
font-size: 10pt;
	border: 1px solid green;
}
h1{
	font-size: 10pt;
	background-color: green;
	color: yellow;
}