body,td {
	font-family: Verdana;
	font-size: 11px;
	color: black;
}
.content {
	font-family: Verdana;
	font-size: 11px;
	color: black;
	padding: 10px;
}
.t {
	font-family: Verdana;
	font-size: 10px;
	color: white;
	text-align: center;
	width: 25%;
	background-color : transparent;
	cursor : pointer;
}
.t2 {
	font-family: Verdana;
	font-size: 10px;
	color: #1E635A;
	text-align: center;
	width: 25%;
	background-color : 648EC5;
	cursor : pointer;
}
.tactive {
	font-family: Verdana;
	font-size: 10px;
	color: #1E635A;
	text-align: center;
	width: 25%;
	background-color : #ffffff;
	
}
.about {
	font-family: Verdana; 
	font-size: 10px; 
	color: #ffffff; 
	padding: 3px;
	text-decoration: none;
}
.about a:hover {
	font-family: Verdana; 
	font-size: 10px; 
	color: #ffffff; 
	padding: 3px;
	text-decoration: underline;
}
h1 {
	font-family: arial;
	font-size: 14px;
	color: black;
	font-weight: bold;
}