body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/images/curve-line.gif);
	background-repeat: no-repeat;
	line-height: 18px;
}
.logo {
	position: absolute;
	height: 163px;
	width: 127px;
	left: 7px;
	top: 10px;
}
.content {
	position: absolute;
	height: 200px;
	width: 600px;
	left: 155px;
	top: 95px;
}
h1 {
	font-size: 18px;
	text-transform: uppercase;
	color: #FF9900;
	margin-top: 0px;
	margin-bottom: 10px;
}
p {
	margin: 0px 0px 10px;
}
h2 {
	font-size: 16px;
	color: #663366;
	margin-top: 0px;
	margin-bottom: 10px;
}
.leftmenu {
	position: absolute;
	width: 125px;
	left: 10px;
	top: 200px;
	line-height: 20px;
}
.topbanner {
	position: absolute;
	height: 60px;
	width: 468px;
	top: 9px;
	right: 150px;
	left: 287px;
}
.sudokutable {
	margin: 0px 0px 10px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
td.rightedge{
	border-right: 3px solid #000000;
	width: 40px;
	height: 40px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
td.topedge{
	border-top: 3px solid #000000;
	width: 40px;
	height: 40px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
td.bottomedge{
	border-bottom: 3px solid #000000;
	width: 40px;
	height: 40px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
td.normal{
	width: 40px;
	height: 40px;
	border: 1px solid #000000;
}
td.leftedge{
	border-left: 3px solid #000000;
	width: 40px;
	height: 40px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
td.topright{
	border-top: 3px solid #000000;
	border-right: 3px solid #000000;
	width: 40px;
	height: 40px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
td.topleft{
	border-top: 3px solid #000000;
	border-left: 3px solid #000000;
	width: 40px;
	height: 40px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
td.bottomright{
	border-bottom: 3px solid #000000;
	border-right: 3px solid #000000;
	width: 40px;
	height: 40px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
}
td.bottomleft{
	border-bottom: 3px solid #000000;
	border-left: 3px solid #000000;
	width: 40px;
	height: 40px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
}
.backgroundimage {
	background-image: url(/images/curve-line.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 190px;
	width: 789px;
	left: 0px;
	top: 0px;
}
.rightsky {
	position: absolute;
	height: 600px;
	width: 120px;
	left: 791px;
	top: 66px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #663366;
}

a:link {color: #663366; }
a:visited {color: #663366; }
a:active {color: #FF9900; }
a:hover {color: #FF9900; } 

.orangebold {
	color: #FF9900;
	font-weight: bold;
	}

.formbox {
	height: 22px;
	width: 300px;
	border: 1px solid #FF9900;
}
.imageleft {
	float: left;
	margin-right: 10px;
}
