 body{ 
  font-family:Arial; 
  font-size:12px; 
  color:000000; 
  background-color:336699; 
  background-image:url("stylesheet.css"); 
} 
#portbody{ 
          background-color:336699; 
         } 
 h1{ 
    font-size:16px;
    font-family:Arial;
    color:336699;
   } 
 h2{ 
      font-size:16px;
      font-family:Arial;
      color:336699;
   } 

 a{
      color:003355;
  }

 #portNav{ 
            background-color:003366;
            font-size:12px;
            font-family:Arial;
         } 
 #portNav ul li a:hover{ 
                            background-color:#0080c0;
                            color:#efefef;
                        } 
 #portNav ul li a { 
                            color:FFFFFF;
                            width:161px;
                            height:auto;
                            background-image:url("stylesheet.css");
                        } 
 .inlineAction{ 
                     BORDER-RIGHT: #cccccc 1px outset;
                     PADDING-RIGHT: 5px;
                     BORDER-TOP: #cccccc 1px outset;
                     PADDING-LEFT: 5px;
                     FONT-SIZE: 0.85em;
                     FONT-WEIGHT: normal;
                     MARGIN-BOTTOM: 5px;
                     MARGIN-LEFT: 5px;
                     COLOR: #003366;
                     MARGIN-RIGHT: 5px;
                     BORDER-BOTTOM: #cccccc 1px outset;
                     BACKGROUND-COLOR: #eeeeee
                        } 
 A.inlineAction:link{ 
                     TEXT-DECORATION: none
                    } 
 A.inlineAction:visited{ 
                     BORDER-RIGHT: #eeeeee 1px outset;
                     BORDER-TOP: #eeeeee 1px outset;
                     BORDER-LEFT: #eeeeee 1px outset;
                     COLOR: #003366;
                     BORDER-BOTTOM: #eeeeee 1px outset;
                     TEXT-DECORATION: none
                     BACKGROUND-COLOR: #eeeeee
                    } 
 A.inlineAction:hover{ 
                     BORDER-RIGHT: #eeeeee 1px inset;
                     BORDER-TOP: #eeeeee 1px inset;
                     BORDER-LEFT: #eeeeee 1px inset;
                     COLOR: #006699;
                     BORDER-BOTTOM: #eeeeee 1px inset;
                     TEXT-DECORATION: none
                    } 
 A.inlineAction:active{ 
                     BORDER-RIGHT: #eeeeee 1px inset;
                     BORDER-TOP: #eeeeee 1px inset;
                     BORDER-LEFT: #eeeeee 1px inset;
                     COLOR: #006699;
                     BORDER-BOTTOM: #eeeeee 1px inset;
                     TEXT-DECORATION: none
                    }