body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/blue.png) repeat-x;
	font-family: Times New Roman;
	font-size: 17px;
	color: #ffffff;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 250%;
	font-family: "Gaelic", Times New Roman;
}

h2 {
	font-size: 200%;
	font-family: "Gaelic", Times New Roman;
}

h3 {
	font-size: 150%;
	font-family: "Gaelic", Times New Roman;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
