#mainContent a:visited {

text-decoration: underline;
color:#0000FF;

}

#mainContent a:link {

text-decoration: underline;

}

#mainContent h1{

font-family: Verdana, Arial, Helvetica, sans-serif;
letter-spacing: 3px;
color: #000000;
font-size: 20px;

}

#mainContent h2{

font-size: 16px;
background-color: #333;
color: #FFFFFF;

}

#header {

color: #FFFFFF;
text-decoration: none;

}

#header a:link { /*Unvisted Link */

color: #FFF;
text-decoration: none;

}

#header a:hover { /*Hovering over Text */

color: #FFF;
text-decoration: none;
font-style: italic;

}

#header a:active {

color: #FFF;
text-decoration: underline;


}

#header a:visited {
color: #FFF;
text-decoration: none;

}


#footer {

color: #FFFFFF;

}


#container {


}
