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

body {
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-image: url(img/A1_logo2.jpg);
	background-repeat: no-repeat;
	color: #333333;
}
#maincon {
	width: 750px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 200px;
	top: 10px;
}
H1 {
	font-size: 70px;
	text-align: left;
	color: #00FF00;
}
#navleft {
	margin-top: 150px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 35px;
	position: absolute;
	width: 120px;
}
a:visited {
	color: #006600;
}
a:link {
	color: #00FF00;
}
