﻿body {
	background-image: url('images/bg.png');
	background-repeat: repeat;
	font-family: "Comic Sans MS";
	margin: 0px;
	font-size: x-large;
}
marquee {
	font-weight: bold;
}
marquee span {
	padding-right: 40px;
}

.logo {
	width: 250px;
}
.underline {
	text-decoration: underline;
}
.text-blue {
	color: #0000FF;
}
