﻿/* CSS Document */

body,td,th {
	font-size: 11px;
	font-family: Tahoma;
	font-color:#FFFFFF;
}
body {
	background-color: #000000;
	margin-top: 0px;
}
a
{
	text-decoration:none;
}

.Home, .NaviText {
	font-family: Verdana, Arial, Helvetica, sans-serif; 	
	color: #A0A0A0; 
	text-decoration:none;
 }
.NaviText {	
	background: url("images/6x6icon.gif") 0px 50% no-repeat;
 }
 
.content0, .content1 {
	text-decoration: none;	
	cursor:pointer;
	color: #FFFFFF;
	background-color:#9E7BC1;
	display: block;
	padding:8px 10px 8px 10px;
	width:488;
}

.content0:hover, .content1:hover 
{
	cursor:hand;
	text-decoration:none;
	color:Orange;
	background-color:#9E7BC1;
	display: block;
	padding:8px 10px 8px 10px;
	width:488;
}

.content1, .content1:hover {	
	background-color: #B291D3;
}

.GameTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFA800;
	font-size: 12px;
	font-weight: bold;
 }
 
 .NewsTitle {	
	color: #643377;
	font-size: 12px;
	font-weight: bold;
 }
 
 .Title {	
	color: #000000;
	font-size: 12px;
	font-weight: bold;
 }
 
.InfoButton
 {
	text-align:center;
 	width:96;
	height:23;	
	background:url("images/Ss_button_1.gif");
	background-repeat:no-repeat;
	background-color:#B291D3;
}

.InfoButton:hover
{
 	width:96;
	height:23;
	background:url("images/Ss_button_2.gif");
	background-repeat:no-repeat;
	background-color:#B291D3;
}

.Button
 {
	text-decoration:none;
	color:#FFFFFF;
 }
 
.HotNews{
	text-decoration: none;	
	color: #000000;	
	display: block;
	padding:0px 10px 0px 10px;
	width:199;
}

.HotNews:hover {
	text-decoration:none;
	color:Orange;	
	display: block;
	padding:0px 10px 0px 10px;
	width:199;
}

.Language{	
	color: #FFFFFF;		
}

.Language:hover {	
	color:Orange;	
}