/* Stylesheet.css */

/* Regular body text and page background */
body {
font-family: 'Times New Roman', Times, serif;
font-size: medium;
text-align: center;
color: #000000;
background-color: #FFFFFF;
}

/* Body text on forms pages */
body.form {
font-family: arial, helvetica, sans-serif;
font-size: medium;
text-align: left;
color: #000000;
background-color: #FFFFFF;
}

/* Headings on forms pages */
h1.form, h2.form, h3.form, h4.form, h5.form, h6.form {
font-family: arial, helvetica, sans-serif;
color: #000000;
}

/* Tables */
table {
align: center;
text-align: center;
color: #000000;
background-color: #FFFFFF;
}

/* Tables on education pages */
td.educ {
vertical-align: top;
text-align: center;
border: solid 1px #000099;
padding: 5px;
}

/* Lists */
ul {
text-align: left;
}

/* All Headings */
h1, h2, h3, h4, h5, h6 {
font-family: 'Times New Roman', Times, serif;
color: #000000;
text-align: center;
}

/* Float image to left of paragraph */
img.floatleft {
float: left;
margin-right: 5px;
}

/* Float image to right of paragraph */
img.floatright {
float: right;
margin-left: 5px
}

/* Main content area */
div.center {
width: 80%;
text-align: center;
}

/* Links */
a.link {
color: #0000FF;
}

a.active {
color: #00FFFF;
}

a.visited {
color: #FF00FF;
}