@charset "UTF-8";
/* CSS Document */


body {
	background-image: url(images/green_bg.jpg);
	background-repeat: repeat;
}
font {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#newCards img {
	border: #999966 solid 1px;
	}
li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 75px;
}
h1 {
	margin: 0px;
	padding: 0px;
}
	
A:link {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	}
A:visited {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	}
A:active {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	}
A:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: underline;
	}
