		body {
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: small;
			margin: 0;
			padding: 0;
		}
		
		h1 {
			font-size: 150%;
		}

		h2 {
			font-size: 140%;
		}
		
		h3 {
			font-size: 130%;
		}
		
		h4 {
			font-size: 120%;
		}
		
		h5 {
			font-size: 110%;
		}

		h6 {
			font-size: 100%;
		}
		
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			text-decoration: none;
		}
		
		img {
			border: none;
		}
		
		h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
			vertical-align: middle;			
		}
		
		a, a:link {
			color: blue;
			background: inherit;
		}

		a:visited {
			color: purple;
		}
		
		.floatLeft {
			float: left;
		}
		
		.floatRight {
			float: right;
		}
		
		.clearLeft {
			clear: left;
		}
		
		.clearRight {
			clear: right;
		}
		
		.clearBoth {
			clear: both;
		}
