/* CSS Document */
body {
	background-image: url(images/bg1.jpg);
}
.style1 {
	font-family: Arial;
	color: #4B4B9C;
	font-size: 12px;
}

.style2 {color: #333333;
font-family: Arial;
font-size: 12px;
}

.style3 { color: #0099FF;
font-size: 14px;
font-family: Arial;
font-size: 12px;}

a:link {
	color: #4B4B9C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #0033FF;
}
a:active {
	text-decoration: none;
}
