/* CSS Document */

.wrapper{
	width:800px;
	}
	
body {
	font-size:14px;
	font-family: "Helvetica";
}
.header h1 {
	font-size:24px;
	}
.header h2 {
	font-size:20px;
	}
a:link {
	color:#000;
	}
a:visited {
	color:#aaa;
	}
img {
	border:0;
	}
