body { font-family: Verdana, Arial, sans-serif;
color: black; background: gray }

:link { color: blue;
  background:transparent;
  text-decoration: none; }
                      
:visited { color:purple;
  background: transparent;
  text-decoration: none; }
                               
:active { color: yellow;
  background: transparent;
  text-decoration: none; }

div.logo {font-size: x-large;
						font-weight: bold;
						color: black;
						text-shadow: 10px 10px 2px silver;}

span.small {font-size: small}

span.xsmall {font-size: x-small}
                               
span.center {text-align: center}

div.center {text-align: center}

div.day {
          font-weight: bold;
          color: #FFFFFF;
          background: #003366;
          margin:0;
          padding-left:.3em;
          font-size:small;
          }

dt {
    font-weight:bold;
    margin-top:.8em}
                        
p.mail2 { font-family: "courier new", serif }

p.mailfr {font-family: "courier new", serif;
          font-weight: bold;
          font-style: italic }

p.noon { color: red;
         font-size: large;
         font-family: Verdana, helvetica, sans-serif;
         background: #FFFFFF }
             
s { text-decoration: line-through }
 
@media screen { /* hide from IE3 */
    a:hover { background: yellow;
              color:blue }}

