* {
	margin : 0px;
	padding : 0px;
}
body {
	background-color : #CCCCCC;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
}
.normal_copy {
	font-size : x-small;
}
img {
	border-top-style : none;
	border-right-style : none;
	border-bottom-style : none;
	border-left-style : none;
}
a {
	outline : none;
}
a:link {
	color : #ff3333;
}
a:visited {
	color : #ff3333;
}
a:hover {
	color : #FF6600;
}
a:active {
	outline : none;
}
