﻿body
{
    margin: 0;
    padding: 0;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 14px;
   background-color: gray;
}

#wrapper
{
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    background-color: #ffffff;
}

#header
{
    padding: 0;
    background-color: #c9cae9;
}

li.upperRoman {
list-style-type: upper-roman
}

li.lowerAlpha {
list-style-type: lower-alpha
}

A:link {
color : #0232c2; /* 0066cc */ 
background : transparent; 
text-decoration : underline; 
} 

A:visited {
color : #0232c2; 
background : transparent; 
text-decoration : underline; 
} 

A:active {
color : #0232c2; 
background : transparent; 
text-decoration : underline; 
} 

A:hover {
color: #880000;
text-decoration : underline; 
}

.white
{
margin-left:50px;
margin-right:50px;
text-align: center;
}

#footer
{
    padding: 0;
    background-color: #c9cae9;
    text-align: center;
    padding-top:5px;
    padding-bottom:5px;
}

.title
{
    font-size: larger;
    font-weight:bold;
    text-align: center;
    color: #00628B;
}

.subtitle
{
    font-size:medium;
    font-weight:bold;
    text-align: left;
    color: #00628B;
}

/*
ul
{
 overflow: auto;
}
*/