/*External Stylesheet*/

body { 
	
	background-image: url();
	background-repeat: repeat-x;
	background-color: #fafdb4;
	font-family: microsoft sans serif;
	font-size: .8em;
	color: #000000;
	padding: 7px 45px 0 45px;
	margin:0 auto;
	
}

a	{text-decoration: none;}

/* get rid of those system borders being generated for A tags */
a:active { outline:none; }

h3	{ font-size:10px;
	text-decoration: italic; }

p, h1, h2, h3, ul	{ text-align: left; }

p.more, p.more a { font-size:16px; margin:20px 0; letter-spacing:-1px; }
