body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	margin: 0px;

}
.bar {
	background-color: #FFFFFF;
	background-image: url(images/cbbar.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 24px;
}
.maintxt {
	font-family: "Comic Sans MS", sans-serif;
	font-size: 16px;
}
.footertxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #00FF00;
	background-color: #FF0000;
}
.fotobrdr {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00FF00;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #00FF00;
}
.largetxt {
	font-family: "Comic Sans MS", sans-serif;
	font-size: 24px;
}
