.unnamed1 {
	line-height: 22px;
}

body {
	background-image: url(images/bg.jpg);
}
.style1 {
	font-size: 12px;
	color: #333333;
}
.style2 {
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #3300FF;
}
a:active {
	text-decoration: none;
	color: #990000;
}