﻿.mbody 
{
     background-color:#000000;
     margin-top: 0;
     margin: 0 0 0 0;
     text-align:center;

}

.mbodycontact 
{
     background-color:#ffffff;
     margin-top: 0;
     margin: 0 0 0 0;
     text-align:left;
     font-family: Arial;
     font-size:11pt;

}

.mainDiv
{
    border: solid 1px #cc6633;
    background-color: #ff9900;
    height:100%;
    width:875px;

}

.menuRow
{
    text-align:center;
    vertical-align:bottom;
    font-size:12pt;
    font-weight:bold;
    background-color:#ff9900;
     border: solid 1px Green;
}
.menuRowItem
{
    text-align:center;
    vertical-align:top;
    font-size:12pt;
    font-weight:normal;
    border-bottom:solid 10px Green;
    
}

.tdback
{
    BORDER-BOTTOM: green 1px dashed;
}
.displayDiv
{
    text-align:center;
    vertical-align:bottom;
    width:840px;
    height:100%;
    border-top:0px;
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
    border-color:green;
   

 
}
.footer
{
    font-family: Arial Narrow;
    font-size:13px;
    color:Green;
    text-align:center;
    vertical-align:bottom;
    border: solid 1px green;
}
.contactul
{
     list-style-type:none;
   
}

.questionDiv
{
    border-top: solid 1px red;
    border-bottom: solid 1px red;
    background-color:Green;
    font-weight:bold;
    color: #000000;
    background-image: url(../img/gradient.jpg);
}

.questionHDiv
{
    border-bottom: solid 1px red;
    font-weight:bold;
    color:#000000;
   font-family: Verdana;
   font-size:12px;
   background-color:#ffcc00;
}

.bioDiv
{
    font-weight: normal;
    color:#000000;
    font-family:Arial;
    font-size:10pt;
    
}

.submitBtn
{
    background-color:Red;
    border:solid 1px #ffff33;
     font-size:10pt;
    font-weight:bold;
    font-family:Arial;
    color:#ffffff;
}
A:visited
{
    color:Red;
}

A
{
    color:Red;
}
A:hover
{
    color:green;
}