@import "full.css";

body{
	background:#fff url(/images/bg_img_4.jpg) fixed;
	margin:0;
	padding:0;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
}

h1, h2, h3{
	color:#000099;
}

a{
	color:#000099;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#0000C1;
}
