html {
 height:100%;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 color: #F9D07B;
 font-size: 11px;
 background-color: #000000;
 height:85%;
}

p.red {
 color: #ff0000;
 font-weight: bold;
 background-color:#ffffff;
}

h1 { font-size: 14px;
 font-weight: bold;
}
h2 { font-size: 12px;
 font-weight: bold;
}
h3 { font-size: 12px;
 font-weight: bold;
}
h4 { font-size: 12px;
 font-weight: bold;
}

input.mystyle {
 font-size:12px;
 color:#F9D07B;
 background-color:#000000;
}

input { font-size:12px; }
textarea { font-size:12px; }

a:link { color: #F9D07B; text-decoration: none; }
a:visited { color: #F9D07B; text-decoration: none; }
a:hover { color: #F9D07B; text-decoration: none; }
a:active { color: #F9D07B; text-decoration: none; }
a.underline:link { color: #F9D07B; text-decoration:underline; }
a.underline:visited { color: #F9D07B; text-decoration:underline; }
a.underline:hover { color: #F9D07B; text-decoration:underline; }
a.underline:active { color: #F9D07B; text-decoration:underline; }

