a{   
   cursor: pointer;
   color : #0066CC;
   font-size : small;
   text-decoration: none;
   font-family: trebuchet, sans-serif;
}

a:hover{
   text-decoration: underline;
}

.title{
	font-size: medium;
	font-weight: bold;
	font-family: trebuchet, sans-serif;
}

.stext{
	color: #0066CC;
	font-size: small;
	font-family: trebuchet, sans-serif;
}

.btn{
	cursor: pointer;
	color: white;
	height: 60px;
	width: 100px;
	font-weight:bold;
	text-align:center;
	font-size : medium;
	font-family: trebuchet, sans-serif;
	background-color: 0066CC;
	
}
