/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: "Comic Sans MS";
	color: #552200;
	margin: 0px;
	padding: 0px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #568900;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
}

a:active {
	text-decoration: none;
}

.menu a{
	color: #669900;
	font-style: normal;
}
