.red {
	color: #FF0000;
}
.blue {
	color: #0000FF;
}
.yellow {
	color: #FFCC00;
}
.gray {
	color: #666666;
}
.black {
}
p {
	font-family: "Comic Sans MS", "Courier New", Courier, monospace;
	font-weight: bold;
}
h1 {
	font-family: "Comic Sans MS", "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 24px;
	font-style: italic;
}
body {
	background-image: url(images/StrassPaper.gif);
	background-repeat: repeat;
}
