	  html, body, div, span, applet, object, iframe,
		h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		a, abbr, acronym, address, big, cite, code,
		del, dfn, em, font, img, ins, kbd, q, s, samp,
		small, strike, strong, sub, sup, tt, var,
		b, u, i, center,
		dl, dt, dd, ol, ul, li,
		fieldset, form, label, legend,
		caption
		 {
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;
			font-size: 100%;
			vertical-align: baseline;
			background: transparent;
			text-decoration: none;
		 }
		 
		 body
      {
       width: 100%;
       line-height: 1;
      }
 
 body     {
 background-image: url(../images/cloud1.jpg);
 text-align: center;
 width: 100%
  }


#wrapper  {

width: 990px;
margin:0 auto;

}



h1  {
width: 988px;
height: 26px;
background-color: navy;
color: white;
font-family: verdana;
font-size: 1.1em;
font-weight: normal;
padding-top: 1px;
border-style: groove;
border-color: green;
border-width: 2px;

}

.fa    {
width: 990px;
text-align: center;
}


.r  {
 background-color: navy;
 color: white;
 font-family: helvetica;
 font-size: 1em;
 font-weight: bold;

}


.r td  {
 border-style: inset;
 border-color: green;
 border-width: 2px;

}
.d  {
background-color: white;
color: navy;
font-family: cursive;
font-size: .9em;
font-weight: bold;
font-style: italic;
}

.d td  {
border-style: groove;
 border-color: navy;
 border-width: 1px;

}
.fn  {
font-family: cursive;
font-weight: bold;
background-color: #464646;
color: white;
font-size: .75em;

}

     p.ftr {
background-color : navy;
color : white;
font-family : verdana;
font-size : 65%;
font-weight : bold;
border-style : inset;
border-color : white;
border-width : 3px;
}     