a:link
{
	color: rgb(255,45,192); 
}
a:visited
{
	color: rgb(3,72,72); 
} 
a:active 
{
	color: rgb(204,51,0);
}
body
{
	font-family: "Trebuchet MS", Arial, Helvetica;
	background-color: #FFFFD5;
	color: #000000;
}
table
{
	table-border-color-light: rgb(255,102,153);
	table-border-color-dark: rgb(102,51,153); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: "Trebuchet MS", Verdana, Arial Rounded MT Bold, Arial, Helvetica;
}
h1
{
	color: rgb(255,45,192);
}
h2
{
	color: rgb(255,102,153); 
}
h3
{
	color: rgb(255,45,192); 
}
h4
{
	color: rgb(102,51,153);
}
h5
{
	color: rgb(255,102,153);
}
h6
{
	color: rgb(51,153,102);
}
.nowrap {white-space:nowrap}

.first:first-letter 
	{ color:rgb(255,45,192); font-size:150 %; font-weight:bold;}

