body {
	font-family:Tahoma, Geneva, sans-serif;
	color: #eee;
	background-color: #000;	
}

h1 {
	color: #DC8810;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
}
h2 {
	color: #DC8810;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	text-align: center;
}
	

a:link {
	color: #DC8810;
}

a:hover {
		color: #FFF;
}

a:visited{
	color: #DC8810;

}

a:visited:hover{
	color: #FFF;

}

.menu a:link {
	color: #DC8810;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight: bold;
}

.menu a:hover {
	color: #FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight: bold;
}

.menu a:visited {
	color: #DC8810;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight: bold;
}

.menu a:visited:hover {
	color: #FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight: bold;
}

.sunshine {
	color: #DC8810;
	font-size:18px;
	font-style:italic;
}
	
.small {
	font-family:"Times New Roman", Times, serif;
	font-size: 13px
}