
BODY {
	color: Black;
	background-color: White;

	font : normal normal smaller "Times New Roman", Times, serif;
	background-attachment : fixed;
}

A {
	color : Blue;
	text-decoration : none;
	font-size : small;
	font-family : "Times New Roman", Times, serif;
}

.buttonText {
	background-color : #CCCCCC;
	color : Black;
	font-size : 16px;
	font-style : normal;
	font-weight : bold;;
	margin-bottom : -2px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
	padding-bottom : 4px;
	}

	.greyBack {
	background : #666666;
	background-color : #666666;
		color : White;
	font-size : 16px;
	font-style : normal;
	font-weight : bold;;
	margin-bottom : -2px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
	padding-bottom : 4px;
}
.main {
		font-family : "Times New Roman", Times, serif;
	font-size : small;
	font-style : normal;
}



A:HOVER {
	color: Red;
	text-decoration : none;
	font-family : "Times New Roman", Times, serif;
	font-size : small;
}