a {
	color : #69f;
}
a:hover {
	color : #36c;
}
a.white {
    color : white;
}
a.white:hover {
    color : #36c;
}
div#footer {
  margin-top:52px;
  color : #222;
}
div#footer a {
  color : #222;
}
div#footer a:hover {
  color : #999;
  text-decoration : underline;
}
a.nolink {
  color : white;
  text-decoration : none;
}
td, body { 
	color:#ffffff;
	font-family:arial;
	font-size : 12px;
}
.lead {
	color:#999999;
}
.foot {
	font-size : x-small;
}
.nav {
	color:#FFCC00;
	font-family : arial;
	font-size : 11px;
}
a.nav {
	color:#999999;
	text-decoration : none;
}
p.title {
    font-size : 14px;
    color:#fff;
    font-weight : bold;
    margin-bottom : 28px;
}