body {
	background-attachment: fixed;
	background-image: url(media/whiteline.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
	color: #000000;
	margin-top: 15px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.84em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
	margin-top: 5px;
	margin-right: 40px;
	margin-bottom: 5px;
	margin-left: 40px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	color: #000000;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	margin: 0px;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
