

body {
		
		font-family: "monotype corsiva";
		font-size: 20px;
		color: #cb0447;		
}

td {
	 	
		background-repeat:no-repeat;
		font-family: "monotype corsiva";
		font-size: 20px;
		color: #cb0447;
}

a:link {
	color: #cb0447;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #cb0447;
}

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

