/* CSS Document */

body {
	font-family : Arial;
	font-size:12px;
	text-align:center;
	margin:  0;
	padding: 0;
	background: #fce2e2;
}

td {
	vertical-align: top;
	text-align: left;
		font-size:14px;
}
a:img {
	border-style:none;
}
a:link, a:visited {
	color             : #ee2074; 
	text-decoration   : underline;
}

a:hover {
	color             : #f9b9c8;
	text-decoration   : none;
}