body
{
   background-color: #FC9;
   background-image: url(Cork.jpg);
   background-position: top left;
   background-repeat: repeat-y;
   margin-left: 115px;
   margin-right: 100px;
   font-family: Georgia, Palatino, serif;
   text-align: justify;
}
img
{
	border: 1px solid maroon;
}
p
{
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 14px;
}
hr 
{
	border: 0;
	width: 100%;
	color: maroon;
	background-color: maroon;
	height: 1px;
}
ol
{
	list-style: lower-roman;
}
ul
{
	list-style: square;
}
li
{
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 7px;
}
h1
{
   color: maroon;
   font-size: 25px;
   font-weight: bold;
   font-family: Verdana, Arial, sans-serif;
   text-align: center;
}
h2
{
   color: maroon;
   font-size: 20px;
   font-weight: normal;
   font-family: Verdana, Arial, sans-serif;
}
h3
{
   color: maroon;
   font-size: 15px;
   font-weight: normal;
   font-family: Verdana, Arial, sans-serif;
}
.first:first-letter
{
   color: maroon;
   font-size: 25px;
   font-weight: normal;
   font-family: Georgia, Palatino, serif;
}
a:link
{
	text-decoration: none;
}
a:visited
{
	color: purple;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
ol.FAQ
{
	list-style: decimal;
}
li.FAQ
{
	color: maroon;
	font-size: 17px;
	margin-bottom: 5px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
}
ul.index
{
	list-style: none;
}
#navigation td
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
}
#navigation ul
{
    list-style: none;
	margin: 0;
	padding-left: 0px;
	padding-top: 0;
}
#navigation li
{
	display: inline;
}
#navigation a:link, #navigation a:visited
{ 
	margin-right: 0px;
	padding: 2px 12px 2px 12px; 
	color: #FC9;
	background-color: maroon;
	text-decoration: none;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
#navigation a:hover
{
	color: white;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}
