/* generic page items */
html, body {
	margin: 0; 
	padding: 0;  
	color: #000;
	background-color: #fff;
	font-size: 76%;	
}

body, p, li {
  	font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#ahem {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

img {
	display: block;
	border: 0;
}


/* Generic Page Items */
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #339;
}
h2, h3, h4, h5 {
	font-size: 1.15em;
	font-weight: bold;
	color: #339;
}

a:link {
	color: #933;
}
a:visited {
	color: #666;
}
a:hover {
	text-decoration: none;
}



/* Copyright & Legal */
#copyright {
	margin-top: 5px;
}
#copylogo img {
	display: inline;
}
	
