/* --HTML and BODY Information-- */
html {
	margin: 0;
	padding: 0;
}

body {
	text-align:center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #000000;
	background: #ffcc00  url(orange-yellow-bk.gif) repeat-y center;
	margin: 0;
	padding: 0;
		}
		
p {
	text-align:center;
	padding:10px 56px 0px 0px;
		}
		
		
		/* --HTML and BODY Information
div {border: solid 1px #f00;}-- */
	
#mainframe {
		width:900px;
		margin-right:auto;
		margin-left:auto;
		padding:0px;
		text-align:center;
		}
		
a:link {
	color: #660066;
	text-decoration: none;
}

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

a:hover {
	color: #996699;
	text-decoration: underline;
}

a:active {
	color: #996699;
	text-decoration: underline;
}	
