/* set heading styles */

h1
{
text-align:center;
color:white;
font-family:arial;
background-color:navy
}


h2,h3,h4,h5,h6
{
color:navy;
font-family:arial
}


/* set paragraph, list and table data styles */

p,li,td
{
color:black;
font-family:franklin gothic book
}


/* set table heading style */

th
{
background-color:navy;
text-align:center;
color:white;
font-family:arial
}


/* set hyperlink styles - link red, visited magenta, hover green */

a:link
{
color:#FF0000;
font-family:franklin gothic book;
text-decoration:none
}

a:visited
{
color:#8B008B;
font-family:franklin gothic book;
text-decoration:none
}

a:hover
{
color:#2E8B57;
font-family:franklin gothic book;
text-decoration:underline
}

/* set horizontal rule style */
hr {color:navy}

/* set preformatted text style */
pre {font-family:franklin gothic book;
font-size:70%;
text-align:center;
}
