/* CSS Document */

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #FFFFCC;
	}
.Style1 {
	font-size: 36px;
	font-weight: bold;
	font-family: "Komika Axis";
}
.Style2 {
	color: #FF0000;
	font-weight: bold;
}
.Style3 {color: #FF00FF}

.Style3 a:visited {color: #FF00FF}
.Style3 a:link {color: #FF00FF}

.Style4 {
	color: #000000;
	font-size: 5px;
}

.Style4 a:visited {color: #000000}
.Style4 a:link {color: #000000}
