@charset "utf-8";
/* CSS Document */

body	{
	margin: 0 0;
	background-color:  #000000;
	background-image: url(images/texture-stars.gif);
	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	color: #C0953B;
}

A			{font-weight: bold;}
A:link     { text-decoration: none; color: #FFFFFF;}
A:visited  { text-decoration: none; color: #BEBEBE;}
A:active   { text-decoration: none; color: #F0C56B;}
A:hover    { text-decoration: none; color: #D15900;}


.pagetitle		{	font-size:  48px; }

.bodyfirst  	{	font-size: normal; color: #dddddd; font-weight: bold;}

.bodyfirstgold	{	font-size: large; color: #C0953B; font-weight: normal;}

.body			{ 	font-size: normal;}

.small			{	font-size: small; color: #C0953B; }

.smaller		{	font-size: smaller; color: #C0953B; }

.linkbar		{	font-size: x-small;}

.smlinkbar	td	{	font-size: x-small;}

.copyright 		{	font-size: x-small;}


