@charset "UTF-8";
/* CSS Document */

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #40988C;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #40988C;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #E26448;
}
.style2 {color: #40988C}
.style4 {font-size: large}
.style3 {font-size: medium}
