.sidebar {
	text-decoration : none;
	color : #0000CD;
	background-color : #A4D3EE;
	border : 2px solid #0000CD;
}

A {
	text-decoration : none;
	color : #0000CD;
}

A:HOVER {
	color : Red;
}

.plain {
	
	text-decoration : none;
	color : black;
	background-color : white ;
}

.mainblock {
	color : black ;
	background-color : #e5e5e5 ;
	margin-right : 3em ;
	vertical-align : top ; 
	align: left ;
}

.statetable {
	
	padding : 0.5em ;
	border : 2px solid #0000CD ;
	background-color : #e5e5e5 ;
}

.statehead {
	font-weight : bold ;
	text-align : center ;
	padding : 0.5em ;
	background-color : #e5e5e5 ;
}

.statecell {

	text-align : center ;
	padding : 0.5em ;
}	