.menu { 
		color : #000000;
} /* menu style */

A:hover {
		font-weight: bold;
		background-repeat: repeat;
		background-attachment: scroll;
        color:#008000
}

A {
		text-decoration : none;
		color: #000080;
} /* default text */

A:link {
		text-decoration: none
} /* unvisited link */

A:visited {
		text-decoration: none
} /* visited links */

A:active {
		text-decoration: none
} /* active links */


body {

	font-family:  verdana;

	scrollbar-face-color: #CC0000;
	scrollbar-shadow-color: #00FF00;
	scrollbar-highlight-color: #CC0000;
	scrollbar-3dlight-color: gray;
	scrollbar-darkshadow-color: gray;
	scrollbar-track-color: #008000;
	scrollbar-arrow-color: #008000;
}