body {   
	  background : #FFFF99; 
}


h1 {
          font-size:24.0pt;
          font-family : Monotype corsiva;
          color:#993366;
          font-weight: bold;
          text-align: center;
}

h2 {
          font-size:14px;
          font-family : comic sans MS;
          color:#993366;
          font-weight: bold;
          text-align: left;
}

p {
	font-family: comic sans MS;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666633;
}

table {
        border: 3px solid #6495ed;
        border-collapse: collapse;
        width: 98%;
        padding: 0px;
        margin:auto;
}

caption {
	color: #000000;
	font-weight:bold;
	font-size: 10pt;
	font-family: comic sans MS;
}



th {
	font-family: normal;
	border: 1px solid #6495ed;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: "#FFFFFF"> ;
	background-color = #6633CC;
}


td {
	font-family: normal;
	font-size: 12px;
	border:1px solid #6495ed;
	padding : 3px;					
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	vertical-align : top;
	color : #666633;
        background-color: #FFFFAA;
	
}

a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: "#0000ff";
	text-decoration: underline;
}

a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: "#800080";
}

a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: "#00008b";
}

