/* Revised 2012-11-05-A */

/* --- General --- */

html, body, td, p
{
font: 9pt/14pt Arial, verdana, serif;
color: white;
}

body
{
background-color: black;
margin: 0px;
border: 0px;
padding: 0px;
}

img
{
border: none;
}

a
{
color: white;
font-weight: bold;
text-decoration: none;
}

a:hover
{
color: #FFD700;
font-weight: bold;
text-decoration: none;
}

h4
{
font-size: 18px;
color: #FFD700;
font-weight: bold;
}

h5
{
font-size: 14px;
color: white;
font-weight: bold;
}


/* --- IDs --- */

#page
{
width: 750px;
margin: 0px auto;
position: absolute;
}

#maincopy
{
width: 560px;
height: 500px;
position: absolute;
top: 20px;
left: 20px;
}
