body,td,th {
	color: #000000;
	font-size: large;
	font-family: Helvetica;
}
body {
	background-color: #FFFFFF;
}
.style1 {
	font-size: large;
	color: #000000;
	font-family:Helvetica;
}
.style2 {
	font-size: small; 
    color: #000000;
	font-family: Helvetica;
}
.style3 {
	font-size: medium;
	color: #FFFFFF;
	font-family: Helvetica;
}
.style4 {
	font-size: small;
	color: #FFFFFF;
	font-family: Helvetica;
}
.style5 {
	font-size: x-lage; 
    color: #000000;
	font-family: Helvetica;
}
h1 {
	font-family:helvetica;
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
	text-align: center;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
    font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

