.body {
	background-color: #f2f2f2;
	background-image: url(img/main_bg.jpg);
	background-position: top;
	background-repeat:repeat-x;
}

.style1 {
	font-family: Tahoma;
	font-size: 26px;
	color: #414141;
}

a:link, a:visited {
	font-family: Tahoma;
	font-size: 14px;
	color: #494949;
	border-bottom:dashed 1px #494949;
	text-decoration: none;
}

a:hover {
	font-family: Tahoma;
	font-size: 14px;
	color: #5dbeb6;
	border-bottom:dashed 1px #494949;
	text-decoration: none;
}