a:link
{
	color: rgb(255,204,0); 
}
a:visited
{
	color: rgb(255,204,0); 

} 
a:active 
{
	color: rgb(255,51,0);
}
body
{
	font-family: "Times New Roman", Times, serif;
	background-color: #636467; 
	color:  rgb(255,255,255);   
}
table
{
	table-border-color-light: rgb(255,255,102);
	table-border-color-dark: rgb(0,0,0); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: "MS Serif", "New York", serif;
	font-family: "Times New Roman", Times, serif;
}
h1
{
	color: rgb(255,204,0);
}
h2
{
	color: rgb(255,255,255); 
}
h3
{
	color: rgb(204,51,0); 
}
h4
{
	color: rgb(255,255,153);
}
h5
{
	color: rgb(255,255,0);
}
h6
{
	color: rgb(255,255,255);
}
ul{
	list-style: inherit;
}
li{
	  	
}
p {
    color="#FFCC00"
}
.clr {
	clear: both;
}
.wrapper {
	width: 670px;
	margin: 0 auto;
}
#slidewrap {
	border: 5px solid #FFCC00;
	margin: 0;
	padding: 5px;
}
#slidewrap div { text-align: center; }