body {
	
	background-color: #D6EBF5;
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left; /* NEW IN 1.5 */
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	border-bottom: 1px dotted #e4e4e4;
	padding-bottom: 1px;
	text-decoration: none;
	color: #0084BE;
	
	
}

a:hover {
	color : Red;
	text-decoration : none;
}


address,caption,cite,code,dfn,em,th,var { /* it make font small and thin */
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
}

