.style1 {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
}
.style2 {
	color: #FF0000;
	font-size: 36px;
	font-weight: bold;
}
.style3 {
	font-size: 30px;
	font-weight: bold;
	font-family: Arial;
}
.style4 {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
}
.style5 {
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
}
.style6 {
	color: #FF0000;
	font-size: 24px;
	font-family: Arial;
	font-weight: bold;
}
.style7 {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}
body {
	background-image: url(back.jpg);
	background-repeat: repeat;
	background-position: center center;
}
.td1 {
	background-color: #FFFF70;
	border-style: solid;
	border-width: 12px;
	border-color: #663399;
}
