html
{
height:100%;
overflow:hidden;
background-color:#000;
}

body
{
height:100%;
margin:0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#000;
color:#e0e0e0;
font-size:12px;
}

input,textarea
{
width:300px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

a
{
color:#e0e0e0;
}

h1
{
font-size:18px;
}

h2
{
font-size:16px;
}

h3
{
font-size:14px;
}

#flashcontent
{
height:100%;
}

.htmlcontent
{
position:absolute;
top:50px;
left:10px;
font-size:12px;
}

.notice
{
position:absolute;
top:10px;
left:10px;
font-weight:bold;
}
