/* Type CSS rules here and they will be applied
to pages from 'editcss'
immediately as long as you keep this window open. */

/**** LINK-tag style sheet styles.css ****/

	body {
		margin:10px 25px 10px 25px;
		background:#ffffff;
		font-family:arial, sans-serif;
		color:#000000;
		font-size:10px;
		font-weight:normal;
		align:center;
		}
	A 			{ color: #000000; text-decoration: none; border:0px;} 
	A:link		{ color: #6E6380; text-decoration: none; } 
	A:visited	{ color: #6E6380; text-decoration: none; } 
	A:active	{ color: #6E6380;  } 
	A:hover		{ color: #6E6380;  }
	
	
