/* CSS Document */


body,html {
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 10px;
	color: #000000;
	background-image: url(graphics/striper.jpg);
}
h1 {
	font-size: 14px;
}

a {
    color: #666666;
    text-decoration: none;
}