body
{
	/*background-image: url(FeatherTexture.bmp);*/
	color: #FFFFFF;
	background-color: #000000;
}

h1 
{ 
	text-align: "center"; 
	font-style: "italic";
}

h2 
{ 
	text-decoration: "underline";
}

h3 
{	
	text-decoration: "underline";
}

p
{
	background-color: #000000;
}

a:link
{
	color: #FFFFFF;
}

a:visited
{
	color: #FFFFCC;
}

a:active
{
	color: #00FF00;
}

a:hover
{
	color: #0000FF;
}

table
{
	border-style: none;
	table-layout: auto;
	color: #FFFFFF;
}

caption
{
	font-size: "large";
	font-stretch: "wider";
	font-style: "italic";
}
