
body {background-image: url("../images/bg.jpg");
		background-attachment: fixed;
		background-repeat: no-repeat;
		margin:0;
		font-family:arial;
		font-size:13px;
		color:#000033;
}

p.copy {font-family:arial;
		font-size:13px;
		color:#000033;
		margin-left:25px}
		
a {	color:#990000;
	text-decoration:none;
	font-weight:bold}
	
a:hover {text-decoration:underline}