/* CSS Document by LookatLao Studio Seattle 2003 */
/*This controls text formatting*/


body {
	background-color: #000000;
}
p {
	font-family:"Lucida Grande", Tahoma, Verdana, sans-serif;
	color: #aeaeae; 
	font-size: 11px;
	line-height: 19px;
	margin: 5px 0 10px 0;
}

h2 {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #EEA115;
	margin: 0;
}

h3 {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #ccc;
	margin: 0;
}
em {
	font-style: normal;
	color: #fff;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #c9d50d;
	text-decoration: none;
}
a:active {
	color: #c00101;
	text-decoration: underline;
}
.credit {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
}

p.new em {
	color: #c9d50d;
}
