/* CSS Document */

body {
background-color:#000000;
font-family:Georgia, "Times New Roman", Times, serif;
color:#CCCCCC;
}

p.grey {
color:#666666;
}

a {
color: #666666;
font-size:12px;
}

a:hover {
color:#FF0000;
font-size:14px;
}

h3.black {
font-size::18px;
color:#000000;
}

a.footer {
font-size:10px;
color:#FFFFFF;
}

h4.mainbutton {
font-size:14px;
}

.big {
text-decoration:underline;
font-weight:bolder;
}

.hiddenlink {
color: #000; /* same color as the surrounding text */
text-decoration: none; /* to remove the underline */
cursor: text;
} /* to make the cursor stay as a text cursor, not the hand */

.mainheading {
font-family:Georgia, "Times New Roman", Times, serif;
color:#FFFFFF;
font-size:18px;
font-weight:bold;
}

.mainbody {
font-family:Georgia, "Times New Roman", Times, serif;
color:#FFFFFF;
font-size:14px;
}


#boxBorder {
border-left-style:solid;
border-left-width:5px;
border-left-color:#666666;
border-bottom-style:solid;
border-bottom-width:5px;
border-bottom-color:#666666
}


#footer {
border-style:solid;
border-width:5px;
border-color:#666666;
font-size:11px;
}

#footer a:hover{
font-size:13px;
color:#FF0000;
}

#logout {
font-size:16px;
}

#logout a:hover{
font-size:16px;
color:#FF0000;
}

#error {
font-size:16px;
color:#FF0000;
}

#success {
font-size:16px;
color:#999999;
}

#mainbutton {
font-size:12;
color:#000000;
}


