body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: .8 em;
	color: #CCCCCC;
}

a:link {
	color: #CCCCCC;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: .2em .5em .3em .2em;
	}
	
a:hover {/*look of link when rolled over*/
	color: #666699;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: .2em .5em .3em .2em;
	}
	
a:active {/* look of link when clicking mouse*/
	color: #666666;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: .2em .5em .3em .2em;
	}
	
a:visited {/* visited link style*/
	color: #999999;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: .2em .5em .3em .2em;
	}
