A {
	font-family : Times New Roman;
	font-size: 10 pt;
	font-style: underline;
	font-weight: bold;
	color : yellow;
}
A:hover {
	font-family : Times New Roman;
	font-size: 10 pt;
	text-decoration: none;
	font-weight: bold;
	color : Orange;
}
TD {
	font-family : Times New Roman;
	font-size: 10 pt;
	text-decoration: none;
	font-weight: bold;	
	text-align: center;
}
BODY {
	background-color : black;
	background-image : url(../pictures/flowres.jpg);
	border : none;
	background-attachment : fixed;
	margin-top: 5 px;
	margin-left: 2 px;
	
}
BODY {
scrollbar-face-color: Green;
scrollbar-arrow-color: Black;
scrollbar-track-color: Maroon;
scrollbar-shadow-color: Green;
scrollbar-highlight-color: Black;
scrollbar-3dlight-color: Green;
scrollbar-darkshadow-Color:''
}
INPUT {
	font-size: 10 pt;
	background-color: #787B44;
	border-color: #787B44;
}
TEXTAREA {
	font-size: 10 pt;
	background-color:  #787B44;
	border-color: #787B44;
}