

/* TAGS */

body {
background-color:#231F20;
color:#000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin: 0px;
line-height: normal;
width:100%;
height: 100%;
}




/* IDS */



#content-holder{
position: absolute;
width:950px;
height: 595px;
margin-left: -475px;
left:50%;
top:49%;
margin-top: -300px;
text-align: left;
background-color:#231F20;
z-index:0;
}

#table, td{

color:#333333;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding-left: 40px;
padding-right: 40px;
background-color:#DBDBDB;
}

a:link {
text-decoration: underline;
color: #333333;
}

a:hover {
text-decoration: underline;
color: #222222;
}

a:active{
text-decoration: underline;
color: #000000;
}

a:visited{
text-decoration: underline;
color: #000000;
}

.title{
font-size: 16px;
font-weight:bold;
color:#D54E12;
}

.prompt{
font-size: 12px;
font-weight:bold;
}


