body {
	background-color:#E7E7E7;
	color:#222;
	font-family:/*Tahoma;*/ "Trebuchet MS", arial, helvetica, sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
	text-align:justify;
}
a {
	color:#900;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#f00;
}
a.name {
	color:#000;
	font-weight:normal;
	text-decoration:none;
}
h1, h2, h3 {
	color:black;
	margin:1em 0em 1em 0em;
}
h1, h2 {
	border-color:black;
	border-style:solid;
	border-width:0px 0px 1px 0px;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
}
h3 {
	text-decoration:underline;
	font-size:14px;
}
img {
	border-style:none;
}
img#title {
	height:48px;
	width:48px;
}
table.validator {
	margin:auto;
	text-align:center;
}
#all {
	background-color:white;
	border-color:black;
	border-style:solid;
	border-width:1px;
	margin:20px;
	padding:0px 10px 10px 10px;
}