@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	background-image: url(graphics/Fractal3.jpg);
	background-repeat: repeat;
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	color: #710000;
	text-decoration: none;
}
a:link {
	color: #00C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #600;
}
a:hover {
	text-decoration: none;
	color: #0F0;
}
a:active {
	text-decoration: none;
	color: #0F0;
}
h1 {
	font-size: large;
	color: #C00;
}
table.c1 {
	background-color: #9FF;
	border: thick double #6A0000;
	font-size: 14px;
	font-weight: bold;
}
