/*styles for css-weeks3 pages created 092703 */ 

body {background-image: URL(images/csswk3b.jpg); 
           font-family: "Comic Sans MS", "Amazone BT", sans-serif; 
           background-color: #333366; 
           font-size: 1em; 
        } 
p         {font-family: "Comic Sans MS", "Amazone BT", sans-serif; 
            color: #FF00CC; 
            font-size: 14px; 
            font-weight: bold; 
            text-align: center; 
         } 
.note     {color: #00A566; 
            text-align: center; 
            list-style-type: square; 
            list-style-position: outside; 
          }
.table    {{background-image: URL(images/csswk3a.jpg); 
                }
ol         {font-family: "Comic Sans MS", "Amazone BT", sans-serif; 
             font-size: 14pt; 
             color: #FF6699; 
         } 
ul {font-family: "Comic Sans MS", "Amazone BT", sans-serif; 
         font-size: 14pt; 
         color: #CCFFFF; 
          list-style-type: square; 
           list-style-position : inside;
          } 
h3 {font-family: Tahoma, "Amazone BT", sans-serif; 
      color: #33CCFF; 
      font-weight: bold; 
      font-size: 1.50em; 
      text-align: left; 
           }
h4 {font-family: "Comic Sans MS", "Amazone BT", sans-serif; 
      color: #CCCCFF; 
      font-weight: bold; 
      font-size: 1.30em; 
      text-align: center; 
          } 
#css1 {text-decoration: underline; 
          }
a        {font-weight: bold;
           }
a:link      {color: #FFFF99; 
               font-weight: bold; 
          } 
a:active {color: #00FF66; 
          } 
a:visited {color: #FF66CC; 
          } 
