a:link, a:visited, a:active { 
	color: #ff4800;
	text-decoration: none; 
} 
a:hover { text-decoration: underline; } 

body {
	margin: 0px;
	background-image: url(../Images/Game/BG-Game.jpg);
}

body, td, input, button {
	font-family: Verdana;
	font-size: 10px;
	color: #c83800;
}

.Frame { background-color: #ffeae1; }

.FrameBorderLeft {
	width: 5px;
	background-image: url(../Images/Game/BorderGameLeft.jpg);
}

.FrameBorderRight {
	width: 5px;
	background-image: url(../Images/Game/BorderGameRight.jpg);
}

.CornerLeft {
	width: 20px;
	height: 20px;
	background-image: url(../Images/Game/CornerLeft.gif);
}

.CornerRight {
	width: 20px;
	height: 20px;
	background-image: url(../Images/Game/CornerRight.gif);
}

.Content { 
	font-size: 11px;
	background-color: #ffffff;
}

.Border { border: solid #ca30ac 1px; }

.Header {
	width: 770px;
	height: 90px;
	background-image: url(../Images/Game/Banner.jpg);
}

.Footer {
	width: 770px;
	height: 90px;
	background-image: url(../Images/Game/AdBottom.jpg);
}
