/* Default CSS Stylesheet for a new Web Application project */

body {
margin-top:0px;
margin-left:0px;
margin:0px;
background-color:#000000;
}

.text_white {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
}

.text_black {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #000000;
text-decoration: none;
}

a.Nav:link {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:16px;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}

a.Nav:hover {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#8B1B00;
text-decoration:none;
}

a.Nav:visited {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}