@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Comic Sans MS;
}
.style1 {
	font-size: 130%;
	line-height: .5;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration:  underline;
	color: #000000;
}
a:active {
	text-decoration:  underline;
	color: #000000;
}

.menu:hover {
	text-transform:uppercase;
	text-decoration: none;
	color: #000000;
}

.menu:link {
	color: #000000;
	text-decoration: none;
}
.menu:visited {
	text-decoration: none;
	color: #000000;
}
.menu:active {
	text-decoration: none;
	color: #000000;
}
