td		{	background-color: #000000; 
			color: #FF0000;
			font-family: Amarante, verdana, sans-serif, arial;
			font-size: 12pt;
		}

.red	{	background-color: #FF0000;
			color: #FF0000;
		}

.redtext {	background-color: #000000;
			color: #FF0000;
		}

.menu	{
			background-color: #000000;
			color: #FF0000;
			font-size: 12pt;
			font-weight: bold;
			text-align: center;
		}

.menutable {	background-color: #333333;
				border-width: 1;
				border-style: none;
			}

.menucell {		background-color: #333333;
				border-width: 1;
				border-style: outset;
				text-align: center;
				font-weight: bold;
				font-family: Amarante, verdana, sans-serif, arial;
				font-size: 10pt;
			}
		
body	{	background-color: #000000;
			color: #ff0000;
			alignment: center;
			font-family: Amarante, verdana, sans-serif, arial;
			font-size: 12pt;
		}

p		{
			background-color: #000000;
			color: #ff0000;
			alignment: center;
			font-family: Amarante, verdana, sans-serif, arial;
			font-size: 12pt;
		}

.caps		{
			background-color: #000000;
			color: #ff0000;
			alignment: center;
			font-family: Amarante, verdana, sans-serif, arial;
			font-size: 12pt;
			text-transform: uppercase;
		}

ul		{
			background-color: #000000;
			color: #ff0000;
			alignment: center;
			font-family: Amarante, verdana, sans-serif, arial;
			font-size: 12pt;
		}

a		{	color: #FF0000; 
			text-decoration: none;
		}		

img		{	border: none; }
	
a:hover	{
			color: #FF0000;
			text-decoration: none;	
			font-weight: bold;
		}

.small	{
			font-family: Amarante, verdana, arial, sans-serif;
			font-size: 8pt;	
		}
		