/*
 * Brian L. Donat
 * Ajax
 * Style Sheet
 *
 */
    

body {
  background-color: #FFFFCD;
  color: black;  
  font-family: Arial, Helvetica, sans-serif;
  background-image: url("/images/trubochet.gif");
  background-attachment: fixed;
}    

a:link {
  color: #0000c0;  /* A darker shade of blue */
}

a:visited {
  color: #4000A0;  /* A darker shade of orange */
}

a:hover {
  color: #3030cf;  /* Another darker shade of blue mixed especially for hovering */
}

a:active {
  color: #FE4000;  /* A darker shade of purple */
}

blockquote, h1, h2, h3, h4, h5, h6 {
  color: #080080;
}

#divTextInfo {
   background-color: white;
}

   .p1 { 
       margin-right:25px; margin-left:25px; 
       font-size:95%; 
       color:#080080;
   }

   .hr {
       color:#44b4e5; height:10px;
       SIZE:5; WIDTH:100%; 
   }

   .sp1 {
       font-family:Georgia; font-weight:bold; font-style:italic;
       font-size:150%; color:#2564d8; 
       margin-left:-10px;
   }

   .swfsample {
       position: relative;
       display: block;
       text-align: center;
       height: 480px;
   }

   .swfend {
       position: relative;
       display: block;
       text-align: center;
   }













