BODY { background-color: #999999 }
.heading1 {
	font-family: "Arial", Times, serif;
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CC3300;
}
.heading2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	background-position: center;
	color: #000066;
	font-style: normal;
}
.heading3 {
	font-family: "Arial", Times, serif;
	font-size: 18px;
	background-position: center;
	color: #990000;
	font-style: normal;
}
.yellowback {
	background-color: #FFFF00;
}
.underline {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

<style type="text/css">
  table.shadow { 
    align: center
  }

  td.shadow-top { 
    height: 16px;  
    background-image: url(/borders/shadow/top.gif)
  }

  td.shadow-topRight { 
    width: 16px;
    height: 16px;
    background-image: url(/borders/shadow/topRight.gif)
  }

  td.shadow-right { 
    width: 16px; 
    background-image: url(/borders/shadow/right.gif)
  }

  td.shadow-bottomRight { 
    width: 16px; 
    height: 16px; 
    background-image: url(/borders/shadow/bottomRight.gif)
  } 

  td.shadow-bottom { 
    height: 16px;
    background-image: url(/borders/shadow/bottom.gif)
  }

  td.shadow-bottomLeft { width: 16px;
    height: 16px;
    background-image: url(/borders/shadow/bottomLeft.gif)
  } 

  td.shadow-left { width: 16px;
    background-image: url(/borders/shadow/left.gif)
  }

  td.shadow-topLeft { 
    width: 16px; 
    height: 16px; 
    background-image: url(/borders/shadow/topLeft.gif)
  }      

  td.shadow-center { 
    background-color: white  
  }
</style>

.bkgrnd {
	background-color: #999999;
}

