html, body {
	background-color: #fff;
	color: #000;
	}
	
html, body, p, div, ul, dl, li, input, h1, h2, h3, h4, h5, h6, code {
	font-family:  Verdana, ClearlyU, Arial, sans-serif;
	}
	
img {
	border: 0 none;
	}
	
a img { 
	color: #333;
	}

a {
	background-color: transparent;
	color: #ddd;
	text-decoration: none;
	}
	
a:link {
	background-color: transparent;
	color: #fc3;
	}
	
a:active {
	background-color: transparent;
	color: #f60;
	}
	
a:hover {
	background-color: transparent;
	color: #f90;
	text-decoration: underline;
	}
	
a:visited {
	background-color: transparent;
	color: #fd8;
	}
