<title>mannix.css</title>

<STYLE TYPE="TEXT/CSS">
<!-- 

H1
{
Color: #000000;
Font-Family:  "Verdana", "Sans Serif", "Arial", "Helvetica",  "Sans Serif" ;
Font-Size: 26pt;
Font-Weight: bold;
Text-align: center
}

H2
{
Color: #000088;
Font-Family: "Arial", "Verdana", "Helvetica", "Sans Serif";
Font-Size: 24pt;
Font-Weight: bold;
}

H4
{
Color: #004000;
Font-Family:  "Arial", "Technical",  "Verdana"; 
Font-Size: 14pt;
Font-Weight: bold;
}

P, UL, OL, LI, TD, TR, TH, DIV, 
{
Color: #000000;
Font-Family:  "Arial", "Verdana", "Technical", "Sans Serif" ;
Font-Size: 10pt;
Font-Weight: normal;
Text-align: left
}

.rule {/*the 'Horizontal Rule*/
       border-top-width: 1px;
       border-top-style: solid;
       border-color: #000008; 
       margin: 0px 12%;}



a:link { color: #000088; text-decoration: none }
a:active { color: #6633FF; text-decoration: none }
a:visited { color: #008000; text-decoration: none }
a:hover { color: #3142C6; text-decoration: underline; }

.Navlink {COLOR: #000044; TEXT-DECORATION: none; font-family: arial; font-size: 9pt; font-weight: bold;}
a:link.Navlink  {color : #000044;}
a:visited.Navlink  {color : #000044;}
a:active.Navlink  {text-decoration: none;}
a:hover.Navlink  { color: #3142C6; text-decoration: none;}


BODY {     scrollbar-3d-light-color:#FFFFFF;
           scrollbar-arrow-color:#000088;
           scrollbar-base-color:#000088;
           scrollbar-dark-shadow-color:#333333;
           scrollbar-face-color:#6699CC;
           scrollbar-highlight-color:#6699CC;
           scrollbar-shadow-color:#000088}
//-->

</STYLE>