.style1 {font-family: Tahoma}
a {
	text-decoration: none;
	color: #123456;
}
a:hover {
	text-decoration: underline;
	color: #BB4646;
}
.style4 {
	font-family: Tahoma;
	font-weight: bold;
	color: #FFFFFF;
}
.style5 {font-family: Tahoma; color: #7EBFE9; font-weight: normal; }
.style7 {
	font-size: 12px;
	font-family: Tahoma;
}
.style8 {color: #FFFFFF}
.main {
	font-family: Verdana;
	text-align: center;
}
.main span{ 
	font-size: 12px;
}
.main a {
	text-decoration: underline;
}
