body 
{
	background-color: #000000;
}

table.box
{
	background-image: url(images/table1.jpg); 
	background-repeat: repeat-y; 
	background-color: #ffffff; 
	background-position: center;
}

p
{
font-family: arial;
font-size: 14px;
color: #252525;
line-height:18px;
}

p.times
{
font-family: times new roman;
font-size: 14px;
color: #000000;
line-height:14px;
}

a:link {color: #ffffff; background: #000000; text-decoration:underline;}
a:visited {color: #ffffff; background: #000000; text-decoration:underline;}
a:hover {color: #ffffff; background: #000000; text-decoration:underline;}
a:active {color: #ffffff; background: #000000; text-decoration:underline;}

