/* Cascading Style Sheets */ 
/* (c) www.andreas.com 1997-2005 */ 

/* Sets the background. */ 
body { background-color: #ffffff ; }

/* Controls Headings */
H1 { color: #1964D5; font-size: 90%; font-family: "verdana", "arial"; } 
H2 { color: #1964D5; font-size: 120%; font-family: "verdana", "arial"; } 
H3 { color: #1964D5; font-size: 110%; font-style: italic ; font-family: "verdana", "arial"; } 
H4 { color: #1964D5; font-family: "verdana", "arial"; } 
H5 { color: #1964D5; font-size: 90%; font-style: italic; font-weight: bold; font-family: "verdana", "arial"; } 
H6 { color: #1964D5; font-size: 70%; font-style: italic ; font-family: "verdana", "arial"; } 

/* Controls the links. Removes underline from links and colors them. */
a:link { text-decoration: none; color: #CC0000; font-weight: bold; /* Not Yet Clicked */ }
a:visited { text-decoration: none; color: #708670; font-weight: bold; /* Clicked */ }
a:active {text-decoration: none; /* When it is clicked */ }
a:hover {color: #E4712D; /* Hover */}

/* Controls the body text */ 
p {font-size: 70%; font-family: "verdana", "arial"; } 
li {font-size: 70%; font-family: "verdana", "arial"; } 

/* Div tags */ 
div { font-family: "verdana", "arial"; } 
div.navtop {font-size: 60%; }  
div.navside {font-size: 60%; }  
div.foot {font-size: 60%; text-align: right; } 

/* Span */ 
span { font-family: "verdana", "arial";} 
span.slogan { font-size: 75%; font-style: italic;} 

/* End of file: Cascading Style Sheets */
/* More tags */ 
/* margin-top: 8em; margin-bottom: 3em;   -- Use this to control space above and below a line. /* 
/* h1,h2,h3,h4,h5,p,ul { font-family: sans-serif; }  -- Sets the default font for all text /* 
