@charset "utf-8";
body {
	background-color: #FFFFFF;
	background-image: url(images/norm_bg3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

A {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	color: #0033CC;
}
