body
{
	background-image:
	url(images/art_background.gif)
}
body
{
	background-position: center
}
body
{
	background-attachment: fixed
}
body
{
	background-repeat: no-repeat
}
a:link
{
	color: rgb(51,153,255); 
}
a:visited
{
	color: rgb(51,102,204); 
} 
a:active 
{
	color: rgb(255,153,0);
}
table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
}
table
{
	font-size: 11px;
}
body
{
	font-size: 11px; 
	color: #333;
	/*font-family: arial,helvetica, serif;*/
	font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
	line-height: 1.6;
}
/* Heading styles */

h1
{ 
	font-size: 16px;
	color: #369;
} 

h2
{
	font-size: 16px; 
	color: #c60;
}

h3
{
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica;
	color: #369;
}
h4
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	color: rgb(153,153,0);
}
h5
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	color: rgb(255,153,0);
}
h6
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	color: rgb(51,102,204);
}