body {
	background : #F0E6DC;
	margin-top : 0px;
	margin-left : 20px;
}

table {
	background : #F0E6DC;
	}

tr {
	background : #F0E6DC;
	border : none;
}

td {
	padding : 10px;
	height : 450px;
	width : 220px;
	background : #F0E6DC;
	border : none;
	text-align : center;
	}

.img {
	border : none;
	margin-top :15px;
	margin-bottom : 0px;
	background : #F0E6DC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-variant : normal;
	font-weight : normal;
	color : #870069;
	text-align : left;
	}

a:link {
	color : #0000FF;
	font-weight : normal;
	text-decoration : none;
	border : none;
	}

a:active {
	color : #000080;
	text-decoration : none;
	border : none;
}

a:visited {
	color : #1F4CCD;
	font-weight : normal;
	text-decoration : none;
	border : none;
}

a:hover {
	color :#FF0080;
	text-decoration : none;
	border : none;
}

