/* make the text a black, large arial font
*/

font-family: arial;
 size: medium; 
 color: black;


a{
font-family: arial;
color: yellow;
}

/* make the font in the anchor tags yellow, amke the visited links italic
*/
a:link {
font-family: arial;
color: yellow;
}

a:visited {
font-family: arial;
color: yellow;
font-style: italic;
}
/* make the fonts in the paragraphs a medium sized arial font.  Make the text left-aligned with a 2% margin on the left and right */

p
{font-family: arial;
font-size: medium;
margin-left: 2%;
margin-right: 2%;
text-align:left;
}

/* level 1 headers will be extra large and centered, level 2 headers large and centered */

h1
{
display: block;
font-family: arial;
font-size: x-large;
text-align: center;}

h2
{
font-family: arial;
font-size: large;
text-align: center;}

/* set unumbered liss to be medium arial font with 125% spacing, aligned to the left
*/
/* lists */

ul
{line-height: 125%;
font-family; arial;
size: medium;
text-align: left;}

ul.navbar
{
list-style-type: none;
line-height: 6em;
margin-left: 0em;
padding-left: 0em;
}
ul.navbar li
{
margin-left: 0px;
padding-left: 0px;

}

#yellow 
{font-size: large;
font-style: oblique;
font-weight: bold;
text-align: center}

/* tables will have 5% padding */

/* navigation bars will have a red background with yellow text, font-family arial, 2% margin
*/

#navbar 
{
font-family: arial;
font-size: large;
color: black;
valign=top;
padding: 2%;
text-align: left;
background: #cc3333;
}

}

#navred 
{
valign=top;
padding: 2%;

background: #cc3333;
font-size: large;
color: black;}

#red
{font-size: large;
font-family: arial;
align: left;
background: #cc3333; text-align:justify
}

#netscape
{font-size: large;
font-family: arial;
background: #cc3333
}


#blue
{
font-family:arial;
font-size: large;
color: #cc3333 ;
background: white;
text-align: left;
}

/* make captions small arial text */
div.caption 
{
font-family: arial;
 font-size: small; 
margin-top: .25em;
margin-bottom: .25em;
padding-top: .25em;
line-height: 1em;
text-align: left;}
.big_caption {
font-family: arial;
font-size: xx-large;
    text-align: center; padding-left:0%; padding-right:0%; padding-top:10%; padding-bottom:10%
}


.gold
{font-size: large;
font-family: comic-sans;
background: yellow
}

/* make the footers arial, medium size text with a white background
*/9:14 AM 4/1/2005
.footer
{
font-family: arial;
font-size: medium;
color: black;
background: white;
font-family: arial;
}

.one
{font-family: arial;
font-size: medium;
margin-left: 2%;
margin-right: 2%;
line-height: 150%;
text-align: justify;}

#two
{font-family: arial;
font-size: large;
text-align: justify;
margin-left: 5%;
margin-right: 5%;
}

#margin {
margin-left: -5em}
 #reverse
{background: #cc3333;
}

#center {
margin-left: 15%}
/* make the font color black for anchors */
#blacktext {
font-family: Arial;
font-size: medium;
font-style: normal;
decoration: underline;
 color:#000000;}

img.right
{
float:left;
margin-left: 2%;
margin-top: 0%;
margin-right: 2%;}