
a:link {text-decoration: none; color: #9D1961; }
a:visited {text-decoration: none; color: #9D1961;}
a:active {text-decoration: none; color: #9D1961;}
a:hover {text-decoration: underline; color: #9D1961;}

.style1 {
	font-size: 36px;
	font-weight: bold;
}

table.data{
	width: 100%;
	border: #669933 2px solid;
	cellspacing: 0px;
	cellpadding: 0px;
	margin-bottom: 15px;
}

table.data tr.header{
	background: #FBD4B4;
}

table.data tr.green{
	background: #E6EED5;
}

table.data td{
	border: grey 1px solid;
	
	padding: 2px 2px 0px 2px;
}
