/* GENERAL FORMATTING */

html, body
{
margin: 0px;
border: 0px;
padding: 0px;
height: 100%;
width: 100%;
max-height: 100%;
background-color: #000000;
font-family: arial;
font-size: 110%;
text-align: left;
}

div
{
margin: 0px;
border: 0px;
padding: 0px;
text-align: left;
}

h1
{
color: #ffffff;
font-size: 1.2em;
}

h2
{
color: #cccccc;
font-size: .95em;
}

h3
{
color: #666666;
font-size: .75em;
font-weight: bold;
}

p
{
color: #999999;
font-size: .7em;
}

ul
{
color: #cccccc;
}

li
{
list-style-type: circle;
font-size: .6em;
}



/* LINKS */

a:link    {color: #4f7cb0; font-family: arial; font-size: .95em; text-decoration: none;}
a:visited {color: #4f7cb0; font-family: arial; font-size: .95em; text-decoration: none;}
a:active  {color: #4f7cb0; font-family: arial; font-size: .95em; text-decoration: none;}
a:hover   {color: #4f7cb0; font-family: arial; font-size: .95em; text-decoration: underline;}