body {
	font-family: "Comic Sans MS";
	background-attachment: fixed;
	background-image: url(pictures/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFFFFF;
	margin-top: 0px;
	color:#000000;
}


.style3 {font-size: 9px; color: #333333}
.style4 {color: #666666}
.style5 {font-size: 16px}
.style6 {color: #000000;font-weight: bold}
.style7 {font-size: 11px; color: #666666}
.style_video {font-size: 16px; font-weight: bold;color: #CC3333}

a:link {
	color: #FF6600;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FF6600;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #FF6600;
}

