body {
	background-image: url(imag/leabkgde.jpg);
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Green;
	font-size: 270%;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Green;
	font-size: 180%;
}
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Green;
	font-size: 90%;
	line-height: normal;
	}

a:link {
	color: Blue;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: Blue;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: Yellow;
	font-weight: bold;
	background-color: Olive;
	text-decoration: underline;
}
a:active {
	color: #FF7F50;
	font-weight: bold;
	text-decoration: none;
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
	color: Blue;
	background-color: #FFF8DC;
	text-decoration: none;
	font-size: 100%;
}

#navlist a:hover
{
	color: #FF8C00;
	background-color: #228B22;
	text-decoration: none;
	font-size: 100%;
}

.content {
	margin: auto 10% auto 10%;
	text-align: justify;
	background-color: #FDF5E6;
	background-image: url(imag/JBourkeFull2-bkg.jpg);
	padding-left: 4%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-top: 1%;
	border: thin outset White;
}






