@CHARSET "UTF-8";

/* Basics */
html    {  }
body    { margin: 0px; }
body, table, input, select, textarea {font-family: Arial; font-size: 10px; line-height: 14px; }
p, form { margin: 0px; }
form    { display: inline; }
td      { vertical-align: top; }
a       { color: black; }
img     { vertical-align: top; }
.number { font-family: Georgia; font-weight: bold; }

/* Custom */
body    { color: #574f3f; background-color: #1d1512; background-image: url(image/background.png); }
body, table, input, select, textarea {font-family: Tahoma; line-height: 18px; }
a       { color: #736965; text-decoration: none; }
a:hover { text-decoration: underline; }
