body {
    background-color: #ffffff;
    background: "background2.gif";
    font-family: "Arial", Helvetica, sans-serif;
    font-size: medium;
    margin:           0px;
}
h1 { 
    color:          #CC66CC;
    padding:        10px;
    text-align:     center; 
}
h2, h3, h4, P { 
    color:          #CC66CC;
    padding:        10px;
    text-align:     left; 
}
nav {
    background-color: #cccccc;
    Margin: 0px 10px 0px 10px;  
}    
nav ul {
    margin: 0px;
    list-style-type: none;
    line-height:   1.9em;
    padding: 5px 0px 5px 0px;
} 
nav ul li {
    font-size: 150%;
    display: inline;
    padding: 5px 10px 5px 10px; /* controls size of selected link */
}  
nav ul li a:link, ul li a:visited {
    border-bottom: none;
    font-weight: bold;
} 
nav ul li.selected {
    background-color: #eeeeee;
}
em {
    color: #240a24;
    font-weight: bold;
}
p.title {
   font-family: "Arial", Helvetica, sans-serif;
    font-size: 180%;
    padding:  0px 10px 0px 10px;
    margin:   0px;
    color: #CC66CC; /* this set the text color for P (class) page title to maroon */ 
    text-align:    left; 
}
blockquote {
    background-color: #dddddd;
    padding:  10px 10px 10px 10px;
    color: #CC66CC;
    text-align:     center;
}
#statement {
    background-color: #dddddd;
    padding:  10px 10px 10px 10px;
    color: #CC66CC;
    font-size: 150%;
    line-height:   1.9em;
    text-align:     center;
}
.java {
     font-family: "Helvetica", Arial, sans-serif;
     font-size:     small;
     text-align:    center;
} 
#footer {
    background-color: #cccccc;
    font-style: italic;
    font-size: small;
    color: #CC66CC;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align:       center;
    padding:          5px;
    margin:         5px 10px 5px 10px;
}
#tableContainer {
    display: table;
    border-spacing: 10px;
}
#tableRow {
    display: table-row;
}
#tableContainertwo {
    display: table;
    border-spacing: 10px;
}
#tableRowtwo {
    display: table-row;
}
a:link {
    color: blue;
}
a:visited {
    color: red;
}  
a:hover {
    color: green;
}



/* updated 5-28-2014 */