@charset "utf-8";
/* CSS Document */
.style1 {color: #FFFFFF;
	font-weight: bold;
}
.style2 {color: #FFFFFF}
body,td,th {
	color: #0000FF;
}
body {
	background-color: #99CC99;
	margin-left: 150px;
	margin-right: 50px;
	margin-top: 15px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a:link.especial {
	color: #006600;
	text-decoration: none;
}
a:visited.especial {
	color: #006600;
	text-decoration: none;
}
a:hover.especial {
	color: #0000FF;
	text-decoration: underline;
}
a:active.especial {
	text-decoration: none;
}