.text {
	font-family: tahoma;
	font-size: 10px;
	color: #003366;
}
a {
	font-family: tahoma;
	font-size: 10px;
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #FF6600;

}
.mainback {
	background-attachment: fixed;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
