
#navbar{text-align:center}

#title, #table {text-align:center;
       color:green;
       font-size:1.2em}

p, h3{color:blue; 
      font-size:.7em;
      font-weight:bold;
      text-indent:15}
 

ul {text-align:left;
    color:blue;
    font-weight:bold; 
    font-size:.9em;}

#important {color:red;}
.attention {color:red}

body{background= white url(../graphics/OCPSLogo_350.gif)
                           no-repeat fixed center center}
body {font-family:arial;
      line-height:1.2;
      padding:1em}


a {text-decoration:none;}
a:visited {color:blue}
a:link {color:blue}
a:active  {color:yellow}
a:hover {color:red; 
         text-transform:normal;
         background:pink;}