/* body is used for the main style */
body {
color: black;
padding: 3px;
}


/* h1 is used for headers */
h1 {
color: white;
font-family: Arial, serif;
font-size: 20pt;
font-weight: bold;
text-align: left;
}


/* h2 is used for sub headings */
h2 {
color: white;
font-family: Arial, serif;
font-size: 14pt;
font-weight: bold;
text-align: left;
padding-left: 10pt;
}

/* h3 is used for centered text */
h3 {
color: black;
font-family: Arial, serif;
font-size: 8pt;
font-weight: bold;
text-align: center;
}

/* h4 is used for left aligned text text */
h4 {
color: black;
font-family: Arial, serif;
font-size: 8pt;
font-weight: bold;
text-align: left;
padding-left: 10pt;
padding-right: 10pt
}

/* h5 is used for left aligned text in CD pages */
h5 {
color: black;
font-family: Arial, serif;
font-size: 8pt;
font-weight: bold;
text-align: left;
padding-left: 10pt;
}


/* .main is used for the main title and navigation */
.logo
{
background-color: #808080;
text-align: center;
width: 98%;
border-width: 3px;
border-style: double;
border-color: white;
padding: 10pt;
margin: 2px;
font-color: white;
}

div#navigation
{
text-align: center;
width: 115px;
border-width: 3px;
border-style: double;
border-color: black;
background-color: #808080;
padding: 13px;
font-family: Arial, sans-serif;
font-size: 24px;
font-weight: bold;
}

div#navigation2
{
text-align: center;
width: 120px;
border-width: 3px;
border-style: double;
border-color: black;
background-color: #808080;
padding: 11px;
font-family: Arial, sans-serif;
font-size: 12px;
font-weight: bold;
}

div#navigation3
{
text-align: center;
width: 175px;
border-width: 3px;
border-style: double;
border-color: white;
background-color: black;
padding: 11px;
font-family: Arial, sans-serif;
font-size: 12px
font-weight: bold;
}


div#navigation ul
{
white-space: nowrap;
}

div#navigation2 ul
{
white-space: nowrap;
}

div#navigation3 ul
{
white-space: nowrap;
}


div#navigation li
{
list-style-type: none;
display: inline;
}

div#navigation2 li
{
list-style-type: none;
display: inline;
}

div#navigation3 li
{
list-style-type: none;
display: inline;
}


a
{
color: black;
text-decoration: none;
}

a:hover
{
color: white;
text-decoration: underline;
}


