Body {
    font-family: arial;
	margin: 15px 15px 15px 15px;
 }
 table.menu td a{ 
    border: 1px solid #24c4e1;
	background-color: #fff7af;
	color:#24c4e1;
	text-decoration:none;
    text-align: center;
    padding:2px;
    font-size: 10pt;
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	display:block;
    width: 105px;
   }
table.menu td a:hover {
    color:#fff7af;
	background-color:#24c4e1;
	border: 1px solid #fff7af;
   }
table.bg{ 
    border: 1px solid #24c4e1;
	background-image:url(bg.png);
	text-decoration:none;
    text-align: center;
    padding:6px;
    font-size: 9pt;
	font-family: Arial;
   }
 p {
    font-family: arial;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	text-align: left;
	line-height:13pt;
 }
  p.copy {
    font-family: arial;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	text-align: center;
	line-height:13pt;
 }
 H1 {
    font-family: arial;
	font-size: 20pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align:center;
/*	-moz-opacity:.75;
/*	filter:alpha(opacity=75);
/*	opacity:.75;
 }