/* CSS Document */

body {
	background-image:  url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.text { 
	font-family: Comic Sans MS, Trebuchet MS, Arial;
	font-size:12px;
	font-weight:bold;
	color: #321200;
}

.text1 {
	font-family: Comic Sans MS, Trebuchet MS, Arial;
	font-size:11px;
	color: #321200;
}
.text3 {
	font-family: Comic Sans MS, Trebuchet MS, Arial;
	font-size:10px;
	color: #321200;
}

a	{
	color: #803D18;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}


.copyright {
	color: #0093BE;
	text-decoration: none;
}

.copyright:hover {
	text-decoration: underline;

}



