@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

p, ul {
	font-family: century gothic, helvetica, arial, sans-serif; 
	color: #666666;
	font-size: 12px
}

a:hover {
	background-color: #ffffff;
	text-decoration: none

}

a:link {
	text-decoration: none;
	border: 0;
	color: #FF3300;
	visited: #ff3300
}
a:visited {
	color: #666666;
	text-decoration: none
}
#copy {
	padding-left: 20px;
}
