A:Visited  {
	color : Green;
	text-decoration : none;
}

A:Active  {
	color : Yellow;
}

A:Hover  {
	color : Red;
	font-weight : bold;
}

BODY  {
	font-family : times;
	font-size : 14pt;
	background-color : Gray;
}

.main  {
	background-color : White;
	margin : 20px;
	padding : 5px;
}

.logo  {
	width : 20%;
	color : Purple;
	font-size : x-large;
	font-family : monospace;
	font-weight : bold;
	text-align : center;
	float : left;
	border-style : outset;
	margin : 10px;
}

.menu  {
	background-color : Blue;
	font-family : sans-serif;
	font-size : medium;
	margin : 10px;
	width : 55%;
}

.header  {
	font-size : xx-large;
	font-family : cursive;
	color : Red;
}

A  {
	color : Yellow;
	font-size : x-small;
}

