BODY {
	background-color : Silver;
	color : #000000;
	font-family : "Comic Sans MS", Arial, sans-serif;
	font-size : 14px;
	font-weight : bold;
}

TD {
	font-family : "Comic Sans MS", Arial, sans-serif;
	font-size : medium;
}


A:LINK {
	color : Blue;
	text-decoration : underline;
	background-color : transparent;
}

A:VISITED {
	color : Blue;
	text-decoration : underline;
	background-color : transparent;
}

A:ACTIVE {
	color : Black;
	text-decoration : underline;
	background-color : Silver;
}





A:HOVER {
	background-color : Yellow;
	color : Black;
	text-decoration : underline;
}

.menu {
	background-color : #f0f0f0;

	border : 1px solid green;
	border-color : green;
	font-color : black;
	font-size : 12px;
	font-weight : bold;
	text-align : center;
	vertical-align : middle;
	width : 120px;
	height : 20px;
	}