@charset "utf-8";
html, body {
	height: 100%;
	margin: 0px;
	color: #F00;
}

#container {
width: 100%;
height: 100%;
}

#content {
	width:400px;
	border:1px dotted #CCC;
	background:#fff;
	text-align:center;
}
tr .info {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #F60;
	font-weight: bold;
	background-color: #FFC;
	padding: 2px;
}
tr .green {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	background-color: #093;
	padding: 2px;
}
tr .amp {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	background-color: #903;
	padding: 2px;
}


legend {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	font-weight: bold;
	color: #00F;
	text-align: center;
}
fieldset .star {
	font-weight: normal;
	color: #F00;
	vertical-align: middle;
}
tr .test {
	text-align: center;
}
a:link {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #999;
}
a:visited {
	background-color: #999;
}
a:hover {
	color: #00F;
}
a:active {
	color: #999;
}
