div.cell {
        width:40px;
        height:40px;
}

a.sudoku {
	font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
	color:#000000;
}

a.sudokumin {
	font-family:Arial, Helvetica, sans-serif;
        font-size:10px;
	color:#000000;
	text-decoration:none;
}

td.sol {
        width:30px;
        height:30px;
        text-align:center;
        font-family:Arial, Helvetica, sans-serif;
        font-size:24px;
        background:#FFFFFF;
        border:1px solid #000000;
}

input.cell {
        width:40px;
        height:40px;
        font-size:30px;
        text-align:center;
        padding-top:1px;
        background:#FFFFFF;
        border:0px solid red;
}

h1.sudoku {
	margin:0px;
	padding:0px;
}

input#clock {
	border:1px solid #000000;
	width:378px;
	font-size:19px;
        text-align:center;
}

div#sudoku {
	background:#EEEEEE;
	padding:10px;
	border:1px solid #000000;
	width:378px;
}

a.rssfeed:link, a.rssfeed:visited
{
font-size: 12px;
color: #990000;
text-decoration: none;
}

a.rssfeed:hover
{
text-decoration: underline;
color: #202020;
}

body
{
background-image: url(bg.jpg);
background-color: #D1D1D1;
}

.main
{
background-image: url(main.png);
margin-top: 0px;
border: 1px solid black;
}

.header
{
width: 90%;
height: 165px;
}

.logo
{
}

.topad
{
text-align: right;
width: 469px;
}

.content
{
width: 95%;
height: 100%;
}

.leftside
{
padding-top:10px;
width: 175px;
border: 1px solid #990000;
background-color: white;
}

.leftside h3
{ 
color: #990000;
text-decoration: underline;
font-family: tahoma;
font-size: 15px;
font-weight: bold;
text-align: center;
}

.leftside li
{
list-style-type: none;
line-height: 13px;
}

.leftside p
{
font-size: 13px;
font-family: tahoma;
padding: 5px;
}
.rightside
{
width: 150px;
border-left: 1px solid dashed;
}

a.leftlink
{
font-size: 11px;
font-family: arial;
color: #990000;
}

.footer
{
font-size: 11px;
margin-top: 10px;
font-weight: bold; 
background-image: url(main.png);
}

.footer a:link, a:visited,
{
color: #990000;
text-decoration: none;
}

.footer a:hover
{
text-decoration: underline;
color: #202020;
}

.howto
{
width: 155px; 
padding: 10px;
float: left; 
font-weight: bold; 
font-size: 12px; 
font-family: arial; 
background-color: 
white; 
text-align: justify;
}