.b1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	font-weight: 300;
}

.b2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: black;
	font-weight: 300;
	background-color: Yellow;
}

.b3{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color: White;
	font-weight:600;
}

.b4{font-family : Arial, Helvetica, sans-serif;	font-size : 11px;color:black;font-weight:300;}

.b5{font-family : Arial, Helvetica, sans-serif;	font-size : 15px;color:blue;font-weight:300;}

.b6{font-family : Arial, Helvetica, sans-serif;	font-size : 15px;color:red;font-weight:300;}

.b7{font-family : Arial, Helvetica, sans-serif;	font-size : 30px;color:white;font-weight:300;}

.b8{font-family : Arial, Helvetica, sans-serif;	font-size : 20px;color:white;font-weight:300;}

.b9{font-family : Arial, Helvetica, sans-serif;	font-size : 30px;color:red;font-weight:800;}

.b10{font-family : Arial, Helvetica, sans-serif;font-size :30px;color:blue;font-weight:800;}

.b11{

	font-family : Arial, Helvetica, sans-serif;

	font-size : 11px;

	color:blue;

	font-weight: normal;

}

.b12{

	font-family : Arial, Helvetica, sans-serif;

	font-size : 9px;

	color:blue;

	font-weight: 900;

}

.b13{

	font-family : Arial, Helvetica, sans-serif;

	font-size : 11px;

	color:white;

	font-weight: normal;

}
.b14{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color: Red;
	font-weight:300;
	text-decoration : none;
}

 




A.button:active {
border: 1px solid Black;
	FONT-SIZE: 11px;
	COLOR: Black;
	FONT-FAMILY: Verdana,  Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #D9E0EB;
	line-height: 17px;
	text-decoration: none;
	text-align: center;
	display: block; 
}
A.button:link {
border: 1px solid Black;
	FONT-SIZE: 11px;
	COLOR: Black;
	FONT-FAMILY: Verdana,  Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #D9E0EB;
	line-height: 17px;
	text-decoration: none;
	text-align: center;
	display: block; 
}
A.button:visited {
   border: 1px solid Black;
	FONT-SIZE: 11px;
	COLOR: Black;
	FONT-FAMILY: Verdana,  Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #D9E0EB;
	line-height: 17px;
	text-decoration: none;
	text-align: center;
	display: block; 
}
 A.button:hover {
	border: 1px solid Black;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana,  Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: blue;
	line-height: 17px;
	text-decoration: none;
	text-align: center; 
	display: block;
}

 