A:link {
	color: #f0a000;
	text-decoration: none;
}

A:visited {
	color: #f0a000;
	text-decoration: none;
}

A:hover {
	color: red;
	text-decoration: underline;
}

body { 
	background: white;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 100%;
	font-family: 'verdana', sans-serif;
}
