DIV {
	padding-left : 20px;
	font-size : 11px;
}

INPUT {
	font-size : 12px;
	color : Black;
	
}
	

BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	SCROLLBAR-FACE-COLOR: green;
	SCROLLBAR-HIGHLIGHT-COLOR: black;
	SCROLLBAR-SHADOW-COLOR: black;
	SCROLLBAR-3DLIGHT-COLOR: black;
	SCROLLBAR-ARROW-COLOR: orange;
	SCROLLBAR-TRACK-COLOR: white;
	SCROLLBAR-DARKSHADOW-COLOR:black;
	font-size : 13px;
	background-attachment : fixed;
	background-repeat : repeat;
	color : #00008B;
}


td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : Black;
}
A {
	color : Green;
	text-decoration : none;
	font-size : 15px;
	font-weight : bold;
}

A:HOVER {
	color : #FF4500;
	text-decoration : none;
	font-size : 15px;
	font-weight : bold;
}

.made{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : White;
}
.made A {
	color : white;
	font-weight : bold;
	font-size : 10px;
}

.made A:HOVER {
	color :white;
	font-weight : bold;
	font-size : 10px;
}
.top A {
	color : Green;
	text-decoration : underline;
	font-weight : bold;
	font-size : 15px;
}

.top A:HOVER {
	color : orange;
	text-decoration : underline;
	font-weight : bold;
}
HR {
	border-bottom : dotted Green;
}


.big{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : Navy;
	font-weight : bold;
}