/* CSS definition file containing site wide stylesheets */

.TextObject {
	font-family: Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
 	font-size: 10px;
 	color: rgb(237,228,211);
 	font-weight: bold;
 	background-color: rgb(0,0,0)
}

H2 {
	font-size: 16px;
 	color: rgb(203,162,74);
 	font-weight: bold;
 	text-align: center;
	text-decoration : underline;
	border : 1px solid rgb(230,221,197);
	padding : 4px
}