/* set background colour, fonts, etc. */

body {
	background-color: #FFFFFF;
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
	color: #000000;
}

/* set link styles */

a {
	text-decoration: none;
}

a:link {
	color: #0000FF;
}

a:visited {
	color: #0000FF;
}

a:hover {
	color: #FF0000;
}

/* set paragraph line spacing */

p {
	line-height: 150%;
}

/* set h1 and h2 tag size */

h1 {
	font-size: 140%;
}

h2 {
	font-size: 115%;
}