body {

background-color: white;
margin-top: 0;
margin-left: 0;
}
 a    {color:#FFEBCD; background-color:transparent; text-decoration:underline}
 a.link    {color:#FFEBCD; background-color:transparent; text-decoration:underline}
 a:link    {color:#FFEBCD; background-color:transparent; text-decoration:underline}
 a:visited {color:#FFFAF0; background-color:transparent; text-decoration:underline}
 a:active  {color:#F8F8FF; background-color:transparent; text-decoration:none}
 a:hover   {color:#FFFAF0; background-color:transparent; text-decoration:none}


h1.callig {font-family: "lucida calligraphy"; color:#F8F8FF;}

h1 {text-align: center; font-size: 150%; font-family: "lucida calligraphy"; color:#F8F8FF;}
h2 {text-align: center; font-size: 130%; font-family: "lucida calligraphy"; color:#F8F8FF;}

p {font-size: 100%; text-align: center; color:#F8F8FF;}

p.head {text-align: center; font-size: 100%; font-family: "lucida calligraphy"; color:#F8F8FF;}

gwhite {color: #F8F8FF;}

table.footer {position: absolute; left: 5%;}

img {border: none}

td {text-align: center}

table {border-color: #111111;}

.btn{
   cursor: hand;
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffaaaaff');}
