BODY {
	color : Black;
	font-family : Arial;
	margin-left : 0px;
	margin-top : 0px;
	background-color : White;
	margin-right : 0px;
	margin-bottom : 0px;
	margin : 0px ;
	font-size : 10px;
	
	}

A {
	color : Black;
}

input {
	font: 10px Arial;
}


A:HOVER {
	color : Black;
	background-color : #CCFFCC;
	}

A:LINK {
	text-decoration : underline;
}

A:VISITED {
	text-decoration : underline;
}


TABLE {
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	font-size : 10px;
	text-decoration : none;
	font-family: Arial;
	top: 0px;
	}

