html {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: verdana, sans-serif;
	
}

#main {
	background-image: url(images/grad_back.jpg);
	background-repeat: repeat-x;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


p {
	font-size: 11px;
}

table {
	font-family: verdana;
}


a img {
	border-style: none;
}