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

body {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:19px;
	margin:0;
	padding:0;
	background:#ffca3b url(b1.jpg) no-repeat;
}

a {
	color:#990000;
	outline: 0;
	text-decoration:none;
	font-weight: bold;
}


a:hover {
	border:none;
	color:#993300;
	text-decoration:none;
	font-weight: bold;
}

h1 {
color:#6a6857;
font-family:Arial, Helvetica, sans-serif;
font-size:3em;
font-weight:normal;
letter-spacing:1px;
margin:0 0 3px;

}


#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	width: 500px;
	top: 10px;
	left: 100px;
}
