a:link
{
	color: rgb(255,204,0); 
}
a:visited
{
	color: rgb(153,204,204); 
} 
a:active 
{
	color: rgb(102,255,0);
}
body {
  margin: 0;
  padding: 0;
  text-align: center;
  min-width: 800px 
}
#centered {
  position: relative;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 800px;
  text-align: left;
}
#div1 {
  position: absolute;
  left: 0;
  top: 0px;
  width: 800px;
  background-color: #000000;
  padding: 0px;
}
#div2 {
  position: absolute;
  left: 210px;
  top: 10px;
  width: 380px;
  background-color: #CCC;
  padding: 5px;
}
.pull {
  width: 0px;
  float: left;
  margin: 0 0 5px 5px;
  padding: 5px;
  background-color: #FFF;
}
table
{
	table-border-color-light: rgb(153,255,204);
	table-border-color-dark: rgb(0,0,51); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(255,204,0);
}
h2
{
	color: rgb(153,255,51); 
}
h3
{
	color: rgb(0,255,204); 
}
h4
{
	color: rgb(255,204,0);
}
h5
{
	color: rgb(153,255,51);
}
h6
{
	color: rgb(0,255,204);
}