body {
	background-color: #f8f8f8;
	color:#333;
}

div.topbar {
	background-color: #a0a0a0;
	color: white;
}

div.header {
	position:absolute;
	left:10px;
	width:190px;
}

div.main {
	margin-left:200px;
}

div.ad {
	position:absolute;
	left:10px;
	top:2500px;
	width:200px;
}


body,p,td {
	font-size:small;
}

dt {
	font-weight: bold;
}

a:link, a:visited, a:active {
	color: #e02020;
	/*color: #f01010;*/
	/*color: #ffb053;*/
	/*color: #f0a833;*/
	/*
	text-decoration: none;
	font-weight: bold;
	*/
}

h1,h2,h3,h4,th {
	font-family: Helvetica,Arial;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:20px;
	border-top:solid 1px;
}

.char {
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	border: outset 1px black;
	display: table-cell;
}

.alphabet td {
	width: 30;
	height: 30;
	font-size: medium;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}

.subject {
	border: solid 3px red;
}
.verb {
	border: solid 3px green;
}
.object {
	border: solid 3px blue;
}
