body {
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}
.tab1 {
	background-color: #1C1C1C;
	border: 1px solid #666666;
	font-size: 12px;
	width: 770px;
}
.tab2 {
	background-color: #1C1C1C;
	border: 1px solid #666666;
	font-size: 12px;
	width: 250px;
}
.row1 {
    background-color: #222;
}
.row2 {
    background-color: #111;
}
.tx1 {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #B03060;
}
.tx2 {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #B03060;
	background-color: #111;
}
a:link {
	color: #999;
	text-decoration:none;
}
a:active {
	color: #999;
	text-decoration:none;
}
a:visited {
	color: #999;
	text-decoration:none;
}
a:hover {
	color: #B03060;
	text-decoration:underline;
}

