@charset "utf-8";
/* CSS Document */

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

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

a:hover, a:active { color: #877871; text-decoration:underline; }

body
{
	margin: 0;
	padding: 0;
	color: #A5295A;
		font: 9px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}
