body { 
	background-color: #ffffff;
	background-image: url(background.gif);
	background-repeat: repeat-y;
	color: #606060; 
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

a:link {
	color: #a0a0a0;
	text-decoration: none;
	font-weight: bold;
} 
a:visited {
	color: #808080;
	text-decoration: none;
	font-weight: bold;
} 
a:hover {
	color: #c0c0c0;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #c0c0c0;
	text-decoration: none;
	font-weight: bold;
}