a:link
{
	color: rgb(51,51,204); 
}
a:visited
{
	color: rgb(51,51,102); 
} 
a:active 
{
	color: rgb(255,153,0);
}
table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
}
body
{
	font-family: Times New Roman, Times;
        background: #fffbf0 url("trim/003.jpg");
	color: rgb(0,0,0);
	margin:30px 10%;
	margin-right:10%;
}
h1
{
	font-family: Arial, Helvetica;
	color: rgb(0,0,0);
	font-size: x-large;
}
h2
{
	font-family: Arial, Helvetica;
	font-size: x-large;
	color: rgb(0,0,0); 
}
h3
{
	font-family: Arial, Helvetica;
	font-size: large;
	color: rgb(51,102,102); 
}
h4
{
	font-family: Arial, Helvetica;
	font-size: medium;
	color: rgb(102,102,153);
}
h5
{
	font-family: Arial, Helvetica;
	font-size: large;
	color: rgb(255,153,0);
}
h6
{
	font-family: Arial, Helvetica;
	font-size: medium;
	color: rgb(51,102,204);
}
small
{
	font-family: Arial, Helvetica;
	font-size: x-small;
	font-weight: bold;
	color: rgb(0,0,0);
}
ul.menu
{
	list-style-image: url(trim/bullet1.gif);
	margin: 2.5em 0 2.5em 5em;
}
ul.menu li
{
	margin-top:1em;
	margin-bottom:1em;
}
td
{
	text-align:left;
}
