/* ############################ */
/* basic			*/
/* ############################ */

	body {
	    background-color: #ffffff;
	    text-align: left;
		padding-right: 0px;
		padding-top: 0px;
		padding-left: 0px;
		padding-bottom: 0px;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		color: #903256;
	}


	a:link { color: #903256; text-decoration:none; }
	a:active { color: #903256; text-decoration:none; }
	a:visited { color: #903256; text-decoration:none; }
	a:hover { color: #903256; text-decoration:none; }

	a img { border:none; }



