body{
	background-color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF99;
}

h1{
	font-size: 1.3em;
	text-align: center;
}

a{
	color: #99CBFF;
}

td{
	vertical-align: top;
}

.eyecatcher{
	font-weight: bold;
}

.left{
	text-align: left;
}

.center{
	text-align: center;
}
.button a{
	border: 1px outset #000;
	padding: 3px;
	color: #000;
	background-color: #bbb;
	font-size: 14px;
	text-decoration: none;
}
.button a:hover{
	border: 1px inset #000;
	background-color: #ccc;
}
#footer{
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
	text-align:center;
}
