BODY {
		background-attachment : fixed;
		background-color : White;
		background-image : url(images/background.jpg);
		background-position : top;
		color : Black;
		font-family : "Comic Sans MS";
		font-size : 10pt;
}	

H1 {color:#666666; font-size:18px;}
	
A {
	color: Blue;
	font-weight : bold;
}

A:VISITED {
	color:#999999;
}

A:HOVER {
	color: Red;
	font : bold;
}

SELECT {
	font-size: 10px;
	background-color: #CCCCCC;
	border: thin #0000FF solid
	}

input {  font-size: 10px; background-color: #CCCCCC; border: thin #0000FF solid}

textarea {  font-size: 12px; background-color: #CCCCCC; border: thin #0000FF solid}

.bottom {font-size: 12px;}