.style1 {color: #FFFFFF}
.style4 {color: #FF0000; font-weight: bold; font-size: 18px; }
.style5 {color: #3769FF}
.border {
	border: thin solid #95AFFF;
}
a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover {
	color: #F9B218;
	text-decoration: underline;
}
a.menu:active {
	color: #FFFFFF;
	text-decoration: none;
}
body {
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat:repeat;
}
a.footer:link {
	color: #3769FF;
	text-decoration: none;
}
a.footer:visited {
	color: #3769FF;
	text-decoration: none;
}
a.footer:hover {
	color: #3769FF;
	text-decoration: underline;
}
a.footer:active {
	color: #3769FF;
	text-decoration: none;
}