@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;	
	margin-bottom:20px; margin-left:100px; margin-right:200px; margin-top:20px
	}
h1{
	font-size: larger;
	font-weight: bold;
	text-decoration: underline;
	color:#F00;
	}

.error {
	color: #F00;
	background-color: #999;
	display: block;
	font-size: medium;
	font-weight: bold;
}

table{
	border: medium solid #F00;
	height: auto;
	width: auto;
	text-align: center;
	}

th
{
	background-color:#0CF;
}
td
{
	background-color:#000;
	color:#CCC;
}
