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

.content {
	background-image: url(../images/leftmargin.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
	width: 1080px;
	position: absolute;
}


h1 {	
	color: #000000;
	font-size: 100%;
	font-family: verdana, tahoma, sans-serif;
}


p {	
	color: #000000;
	font-size: 80%;
	font-family: verdana, tahoma, sans-serif;
}



a:link {
	color: #903;
	text-decoration: none
}
a:active {
	color: #903;
	text-decoration: none
}
a:visited {
	color: #903;
	text-decoration: none
}
a:hover { color: CC33CC; text-decoration: underline }
