body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	
}
a:link, a:visited{
	color: #B0C4DE;
	text-decoration: underline;
	
}

a:hover{
	color: #FFDEAD;
	text-decoration: underline;
}
p, td, ul, li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.2em;
	}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #EAD396;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	
}
.silver {
  color:#999999;
}
#footer {
	color: #A9A9A9;
}
#footer a:link{
	color: #B0E0E6;
	text-decoration: underline;
}
#footer a:visited {
	color: #FFDEAD;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #FFDAB9;
}

#weather a:link, #weather a:visited {
	color: #3333CC;
}
.gray{
   color: #666666;
}
.yellow{
   color: #EAD396;
}
