P {} 
A {} 

P,LI,UL,DT,DL {
	font-weight 	: none; 
	font-size 	 : 14px; 
	font-family 	 : Arial; 
	color 		 : #900000;
} 

H1 {
	font-weight 	: bold; 
	font-size 	 : 20px; 
	font-family 	 : Arial; 
	color 		 : #903030;
} 

.td,th,tr {
	font-weight : none;
	font-size : 12px;
	font-family : Arial;
	text-align: center;
	color : #900000;
	text-decoration : none;
	background-color : #E7E7D2;
}

td.head {
	background-color : #BABA9C;
	font-weight : bold;
}

td.inter {
	font-weight : bold;
	color : #E7E7D2;
	text-align: left;
	background-color : #505050;
	font-size : 15px;
	vertical-align : bottom;
}

td.title {
	color : #000000;
	text-align: left;
	background-color : Silver;
	font-size : 14px;
	vertical-align : bottom;
}

td.new {
	color : #E7E7D2;
	text-align: left;
	background-color : #800000;
	font-size : 14px;
	vertical-align : bottom;
}

td.down {
	background-color : #808080;
}

A:link,A:visited {color:#800000}
A:active {color:#000000}
