body.one {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: white;
	font-weight: normal;
	font-style: normal;
	bordercolor: black;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #CCCCCC;
	bordercolor: black;
	background-color: white;
}

table.border {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: black;
	bordercolor: black;
	background-color: white;
}


table.two {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: black;
	bordercolor: white;
	background-color: white;
	
	padding: 0px;
	margin: 0px;    /*the path to your image*/
	background-repeat: repeat-y;
	background-position: center center;
	background-image: url(../FireWorks/Shadow/shadow.jpg);
}

table.three {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: black;
	bordercolor: white;
	background-color: #333333;
	
	padding: 0px;
	margin: 0px;    /*the path to your image*/
	background-repeat: repeat-y;
	background-position: center center;
	background-image: url(../shadow.jpg);
}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: ;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: ;
	-moz-border-radius: 0px 0px 0px 0px;
}

link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
}

A:link {color: #CCCCCC; text-decoration: underline;} 
A:visited {color: #CCCCCC; text-decoration: underline;} 
A:active {color: red; text-decoration: none;} 
A:hover {color: #CCCCCC; text-decoration: none; background-color: #FE0000;}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #FE0000;
}
