/*
** sudoku.css - stylesheet for the sudoku site
** $Id: sudoku_style.css 490 2007-03-15 00:42:38Z abeltje $
*/

html {
    background-color: silver;
    color:            black;
    margin:           0;
    font-family:      "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
    background-color: silver;
    color:            black;
    margin:           0;
    font-family:      "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
    background: #F66;
    color:      white;
    padding:    0.5em;
    text-align: center;
}

.gomid {
    background-color: silver;
    color:            black;
    width:            100%;
    text-align:       center;
}

.tdsilver {
    background: silver;
    color:      black;
    width:      1.5em;
    height:     1.5em;
    text-align: center;
}

.tdwhite {
    background: white;
    color:      black;
    width:      1.5em;
    height:     1.5em;
    text-align: center;
}

.txsilver {
    background: silver;
    color:      black;
    width:      1.5em;
    height:     1.5em;
    text-align: center;
    margin:     0;
    border:     0;
}

