/* CSS Document */
body {
	background-image: url(images/bg.gif);
}
.style1 {
	font-family: Tahoma;
	font-size: 12px;
}
.style2 {font-family: Tahoma; font-size: 12px; font-weight: bold; }
.style3 {
	font-size: 24px;
	font-weight: bold;
}
.style6 {font-size: 14px}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #DA9E9E;
}
a:active {
	color: #000000;
}