/* Presentation Stylesheet */ 

ul { list-style: square; }
a { text-decoration: underline; padding-left: 0em; padding-right: 0em; color: #CC0000; font-weight: bold; font-size: 1em; }
a:hover { color: #CC0000; }
a:link {color: #CC0000; font-weight: bold; }
a:active {color: #CC0000; font-weight: bold; }
a:visited {color: #333366; font-weight: bold; }

/*  header styles */
h1 {color: #CC0000; text-align: center; font-size: 1.25em; }
h2 {color: #333366; text-align: center; font-size: 1em; }


/*  special class for footer links */ 
a.ftr { text-decoration: underline; color: #FFFFFF; }
a.ftr:hover { color: #FFFFFF; }
a.ftr:link {color: #FFFFFF; }
a.ftr:active {color: #FFFFFF; }
a.ftr:visited {color: #FFFFFF; }
