/*
Target Word Game Stylesheet
(C) Copyright 2007
John Ryland <jryland@invertedlogic.com>
ALL RIGHTS RESERVED
*/
html * {
text-align : center;
font-family: verdana, Arial, Helvetica, sans-serif;
font-smooth: always;
/*
// CSS Debug
border : 1px solid #000;
*/
}
#e {
background-color : #000;
color : #FFF;
}
#title {
font-size : 2em;
}
.button {
width : 120px;
border : 2px outset #000;
background-color : #BBB;
margin-left : auto;
margin-right : auto;
}
#boxes {
border : 1px solid #000;
margin-left : auto;
margin-right : auto;
}
#boxes * * {
font-size : 1.4em;
width : 50px;
height : 50px;
border : 1px solid #000;
text-align : center;
}
.key {
background-color : #000;
color : #FFF;
}