﻿@charset "utf-8";
/* CSS Document */
body{
	font-family: sans-serif;
}
div.main{
	text-align:center;
	width:800px;
	margin:auto;
}
h1{
	font-family:Verdana, Geneva, sans-serif;
	color:#339;
}
p{
	width:500px;
	margin:auto;
}
div.questions{
	border:5px solid #CCC;
	background-color:#FAFAFA;
	width:66%;
	margin:auto;
	padding:5px;
}
div.description{
	font-size:small;
	text-align:left;
}
table{
	border:thick solid #DDD;
	margin:auto;
	border-spacing:3px;
}
table.blind{
	border:none;
}
.blind.td{
	border:none none none;
}
td{
	border:thin solid #FFF;
	padding:5px;
	background-color:#EEE
	
}
input.alter{
	width:50px;
}
a{
	text-decoration:none;
}
a.impr{
	font-size:small;
}
