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: #F17171;
		font-size:17px;
		font-family: tahoma;
		background-color: #FAD1D1;
		width:40%;
	}
h2 	
	{
		color: #F17171;	
		font-size:11px;
		text-align:center;
		font-family: tahoma;
		font-weight: bold;
	}
blockquote 
	{
		color: #5242CE;
		font-size:10px;
		font-family: tahoma;	
		background-color: #7DC0ED;
		width:50%;
	}

body, table, tr, td, p 	
	{
		color: #FEF4F1;
		font-size:11px;
		font-family: tahoma;
	}
input, textarea, option, select 
	{
		background-color: #FFFFFF;
		font: 8pt tahoma;
		color: purple;
		letter-spacing: 1px;
		border: 1px solid white; 
		padding:2px; 
	}