body
{
	background-color: #0c0001;
	background-image: url(img/bg.jpg);
	color: #66262b;
	font-family: georgia,times;
	font-size: 10px;
}


table,tr,td
{
	color: #66262b;
	font-family: georgia,times;
	font-size: 10px;
}


h2
{
	color: #000000;
	font-family: georgia, times;
	font-size: 11px;
	text-transform: uppercase;
	text-align:right;
	letter-spacing: 1px;
	line-height: 17px;
	border-bottom: 1px dotted #000000;
	line-height:20px;
}

h2:first-letter
{
	color: #6d2328;
	font-size: 12px;

}

i
{
color: #000000;
}


a:link, a:active, a:visited
{
	color: #5a0b0f;
	font-family: georgia,times;
	font-size: 10px;
	text-decoration: none;
	cursor: crosshair;
	border-bottom: 1px dotted #000000;
	text-transform: uppercase;
}

a:hover
{
	color: #5a0b0f;
	font-family: georgia,times;
	font-size: 10px;
	text-decoration: underline;
	cursor: crosshair;
	border-bottom: 1px dotted #5a0b0f;
	text-transform: uppercase;
}

blockquote 
{
	margin: 0 10px;
	padding: 0 30px;
	border: 1px solid #0c0001;
	border-left: 10px solid #5a0b0f;
	background-color: #0c0001;
	background: url('img/block.jpg') no-repeat right top;
}


input, textarea, option, select 
{
	background-color: #000000;
	font: 9px courier new;
	color: #5a0b0f;
	border: 1px dotted #5a0b0f;
	padding:2px; 
	cursor: crosshair;
}
