@charset "utf-8";
/* CSS Document */

h1,h2 {
	font-size:20px;
}

h1 {
	color:red;
}

body {
	background-image: url(gpx/bggrad.jpg);
	background-repeat: repeat-x;
	background-color: #999999;
	margin: 0;
}