body{
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	margin-right:200px;
	font-size:14px;
	background:#ffffff;
}

.ad{
	background:url(../images/psychic_angel3_ad.jpg) no-repeat right fixed;

}
h1, h2{
	margin:0px;	
}

td{
	padding:2px;
	border-bottom: thin solid #999999;
	
}

tr:hover{
	background:#eeeeee;
}

.country{
	margin-left:20px;
	width:300px;
	margin-bottom:20px;
	
}
.country a{
	display: block;
	color:#ffffff;
	background:#000099;
	text-decoration:none;
	padding:2px;
}
.country a:hover{
	color:#999999;
}
.state{
	display:none;
	margin-bottom:20px;
	margin-left:20px;	
}

.state a{
	background:#dddddd;
	color:#000099;
}
.state a:hover{
	color:#999999;
	background:#eeeeee;
}
a.up:hover{
	color:#ff6600;

}
.city{
	position: absolute; 
	visibility: hidden; 
	top: 0px; 
	left: 600px;
	display: block;
	width: 0px;
	
}


.alphabet a{
	display: inline;
	margin-right:30px;
	
}