BODY {

  background-attachment: fixed;
   background-image: url("../images/clouds_4.jpg");
   color:yellow;

   font: 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
   margin: 5% 5% 10% 8%;
   text-align: justify;
}
A:link {
   color: yellow;
}
A:visited {
   color: blue;
}
A:active {
   color: #660099;
}
a:hover {
   color: red;
}
div.titl1 {
   color: #5B13A5;
   font-size: 300%;
   font-variant: small-caps;
   text-align: center;
}
div.eml {
   font-size: x-large;
   font-weight: bold;
   text-align: center;
}
div.wc {
   font-size: large;
   font-weight: bold;
   text-align: center;
}
div.hom {
   font-size: large;
   text-align: center;
}
div.med {
   text-align: center;
   margin-bottom: 50pt;
}
td {
   vertical-align: middle;
   text-align: center;
}
td.rght {
   text-align: right;
}
td.lft {
   text-align: left;
}
.sm {
   font-size: x-small;
   text-align: center;
}
span.ln {
   color: #660099;
   font-weight: bold;
}
blockquote {
   color: #660099;
   font-size: medium;
}


