body {
	font-family: Verdana;
	color: black;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	
}

h1 {
	font-size: 13px;
	font-weight: bold;
	color: maroon;
}
.tbold {
	font-size: 11px;
	font-weight: bold;
}

.lil {
	font-size: 9px;
}

.reg {
    font-size: 11px;
	
}

.redd {
    font-size: 13px;
	 font-weight: bold;
	 font-style: italic;
	 color: gray;

}
a:link {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}
a:visited {
	color: gray;
	
}
td {
   font-family: Verdana;
	color: black;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	
}

.big {
    font-size: 15px;
	 font-weight: bold;
	 font-style: normal;
	 color: maroon;
	 
}
.white {
    font-family: Verdana;
	color: white;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	 
}