A:link 
	{
		color:#580000; 
		text-decoration:none;
		font-family:tahoma
	}
A:visited 
	{
		color:#580000;	
		text-decoration:none;
		font-family:tahoma
	}
A:active 
	{
		color:#FFFFFF;
		text-decoration:none;
		font-family:tahoma
	}
A:hover	
	{
		color:#FFFFFF;
		text-decoration:
		underline overline;
		cursor:crosshair;
	}
h1 
	{
		color: #881B04;
		font-size:17px;
		font-family: Base 02;
		background-color: #000000;
		width:40%;
	}
h2 	
	{
		color: #F17171;	
		font-size:11px;
		text-align:center;
		font-family: Base 02;
		font-weight: bold;
	}
blockquote 
	{
		color: #FF1527;
		font-size:10px;
		font-family: tahoma;	
		background-color: #070001;
		width:80%;
	}

body, table, tr, td, p 	
	{
		color: #BA001A;
		font-size:11px;
		font-family: Georgia;
	}
input, textarea, option, select 
	{
		background-color: #070001;
		font: 8pt tahoma;
		color: #A70018;
		letter-spacing: 1px;
		border: 1px solid white; 
		padding:2px; 
	}