body {
	margin: 0; 
	padding: 0;
	font-size: 76%;
	font-family : Tahoma, Arial, Helvetica, MS Sans Serif;
	background:  url(img/bgred2.jpg) repeat-x top;
	background-attachment: fixed;
	background-color : #000;
	color: #fff;
	text-align: center;
	} 
table.head td {
	font-variant: small-caps;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	}
	
.head a:link, .head a:visited {
	color: #fff;
	text-decoration: none;
	}
.head a:hover {
	color: #FF4AA3;
	}
	
#blackbox {
	width: 790px;
	margin: 0 auto;
	padding: 2px 0 20px 0;
	color: white;
	text-align: left;
	background-color: black;
	}

p, td {
	margin: 12px;
	font-size: 13px;
	line-height: 1.5em;
	letter-spacing: 1px;
	}

a:link, a:visited 		{ 
	color: #ff58ab; 
	text-decoration:underline; 
	letter-spacing: 1px;	
	}
a:hover 	{ 
	color: #E559FE; 		
	}

.space {
	margin: 8px 12px;
	}
.rates td	{
	background-color: #721041;
	}
	
.pictlink a, .pictlink a:link, .pictlink a:visited {	
	display: block;
	background: #fff;
	width: 300px;
	margin-left: 76px;
	height: 38px;
	line-height: 38px;
	color : #b01a64; 
	text-decoration: underline; 
	font-size : 11px;
	}
.pictlink a:hover { 
	color : #FF4AA3;   
	}
	
.gotop { 
	text-align:right;
	}
.gotop a, .gotop a:link, .gotop a:visited {	
	color : #fff; 
	text-decoration: underline; 
	font-size : 11px;
	}
.gotop a:hover { 
	color : #FF4AA3;   
	}
	
#footer {
	margin-top: 26px;
	padding: 14px 0;
	color : #606D7D;
	font-size : 11px;
	letter-spacing: 1px;
	text-align: center;
	}
#footer a, #footer a:link {
	color : #606D7D;
	text-decoration: underline;	
	}
#footer a:hover {
	text-decoration: underline;  
	color : #E559FE; 
	}	

	/**** Form ****/

form label {
	clear:left; 
	display:block; 
	float:left; 
	width:120px; 
	text-align:right; 
	padding-right:50px; 
	margin-bottom:0.5em;}
form input {
	background:#ccc; 
	padding-left:0.5em; 
	margin-bottom:0.6em;
	color: #000;}
form textarea {
	background:#ccc; 
	padding-left:0.5em; 
	margin-bottom:0.6em;
	color: #000;}
form input:focus {background:#fff; }
form textarea:focus {background:#fff; }