body
{
     background-color: #880044;
}

h2
{
     font-size: 22px;
text-shadow: -2px 2px #524F4E;
color: #FFFFFF;
}

.container
{
     background-color:#AA1155;
width: 1200px;
margin-top:  50px;
margin-bottom: 50px;
padding: 20px;
height: 920px;
}

.header
{
     background-color:#F88DAD;
width: 1160px;
color: Black;
padding: 20px;
font-weight: bold;
text-align: center;
text-shadow: -3px 3px #6FACB3;
}

.nav
{
     background-color:Light Pink ;
border: 3px dotted #FFFFFF;
height: 30px;
width: 1156px;
color: #FFFFFF;
padding: 20px;
margin-top: 0px;
}

.sidebar
{
     background-color: #880044;
width: 200px;
color: #DCD8E3;
margin-top: 2px;
padding: 20px;
position: absolute;
height: 700px;
text-align: center;
font-size: 17px;
}

.main
{
    background-color: #F88DAD;
 width: 920px;
color: #FFFFFF;
margin: 2px 0px 0px 240px;
padding: 20px;
position: absolute;
height: 700px;
font-size: 18px;
}

a:link
{
     color: #FFFFFF;
text-decoration: none;
}

a:active
{
     color: #FFFFFF;
text-decoration: none;
}

 a:visited
{
     color: #FFFFFF;
text-decoration: none;
}

a:hover
{
     color: #FFFFFF;
text-decoration: none;
font-size: 18px;
}

table, tr, td
{
     text-align: center;
font-size: 16px;
color: #FFFFFF;
}/*#AA1155- Cherry Rose
#FFFFFF - White 
#880044 - Dark Raspberry 
#F88DAD -Bubblegum Tint 
#022B3A - Jet Black*/
