.h1 {
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}
.text {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.link {
	font-family: tahoma;
	font-size: 11px;
	text-transform: uppercase;
	font-weight:bold;
	color: #333333;
	text-decoration: none;
}
.button:link {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.button:visited {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.button:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.button:active {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.bottom {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}