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

body {
	background-image:url(images/bg.jpg);
}
.WhiteText {
	color: #FFF;
}
.WhiteText a:link {
	color: #FF0;
	text-decoration: none;
}
.WhiteText a:visited {
	color: #FF0;
	text-decoration: none;
}
.WhiteText a:hover {
	color: #FF0;
	text-decoration: none;
}
.WhiteText a:active {
	color: #FF0;
	text-decoration: none;
}
.BlackText {
	color:#000
}
.BlackText a:link {
	color: #000;
	text-decoration: none;
}
.BlackText a:visited {
	color: #000;
	text-decoration: none;
}
.BlackText a:hover {
	color: #000;
	text-decoration: none;
}
.BlackText a:active {
	color: #000;
	text-decoration: none;
}
.footer{
	background-color:#370037;
}
.footer a:link {
	color: #FF0;
	text-decoration: none;
}
.footer a:visited {
	color: #FF0;
	text-decoration: none;
}
.footer a:hover {
	color: #FF0;
	text-decoration: none;
}
.footer a:active {
	color: #FF0;
	text-decoration: none;
}
myGallery
{
width: 400px !important;
height: 200px !important;
} 