BODY {
	background-color : #EAEAEA;
	color : Black;
	font-size : 15px;
}
A {
	color : #770000;
	font-size : 16px;
	text-decoration : none;
	font-weight : bold;
}
A.main {
	color : #770000;
	font-size : 40px;
	text-decoration : none;
	font-weight : bold;
	vertical-align : bottom;
}

A:HOVER {	color : Red;}

.title{
	font-size : 36px;
	color : #770000;
}

table.main{
	border : 1px solid Maroon;
	border-width : 1px;
}

table.text{
	border-left : 1px solid Maroon;

}
td.text{
	border-bottom: 1px solid Maroon;

}

td.content{
	font-size : 16px;
	border-bottom : 1px solid Maroon;
	height : 35px;
	color : Black;
}

table.eval {
	border : 1px solid Maroon;
	background-color : Maroon;
}
td.evalmain{
	background-color : Silver;
	color : #8B0000;
	font-weight : bold;
	vertical-align : top;
	text-align : center;
}
td.eval{
	background-color : #FFFFFf;
	color : Maroon;
	vertical-align : top;
	text-align : center;
}

td.eval1{
	background-color : #EBEBEB;
	color : Maroon;
	vertical-align : top;
	text-align : center;
}