@import "reset-fonts-grids.css";

html {
	background:		white;
}
body {
	font-size:		62.5%;
	margin:			3em 3em;
	text-align:		justify;
	color:			#333;
}
.full {
	width:			100%;
}


h1, p, dt, dd, th, td {
	font-size:		1.5em;
	font-family:	"Georgia", serif;
}

h1 {
	font-size:		2em;
	font-weight:	bold;
	margin:			1em 0px 0.5em;
}

p {
	width:			50em;
	margin:			0px 0px 1em;
}

dl {
	margin:			2em 0px 2em 2em;
}
dt {
	font-weight:	bold;
}
dd {
	margin:			0px 0px 0px 2em;
}

th, td {
	text-align:		left;
	height:			2.5em;
	padding:		0px 0.5em;
}

div.message_panel {
	margin:			5em 0px;
	text-align:		center;
}
