@charset "utf-8";
body {
	background-color: #002F65;
}
table {
	background-color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}
.prtag {
	font-size: 10px;
	text-align: center;
}

a {
	text-decoration: none;
}

a:link {
	color: #0099FF;
}

a:visited {
	color: #0099FF;
}

a:active {
	color: #0099FF;
}

a:hover {
	text-decoration: underline;
}
