﻿body 
{
	background-color: black;
        /*font-family: 'palatino', san-serif;*/
}
table
{
	/*background-color: white;*/
}
td
{
	vertical-align: top;
	/*background-color: white;*/
}
a:link
{ 
  color: Black;
}
a:visited
{
  color: Gray;
}
a:active
{ 
  color: Black;
}
.style1
{
    text-align: center;
}
.style2
{
	/*text-decoration: underline;*/
        font-size: x-large;
        text-align: center;
}
.style3
{
	text-align: center;
        text-decoration: underline;
        font-size: xx-large;
}
.title
{
    text-align: center;
    font-size: xx-large;
}
.footer
{
	background-color: #333333;
}
p
{
    /*text-align: center;*/
}