BODY{	background:url('img/ireland.jpg');
	color: #ffffff;
	font-family: 'Times New Roman';
}

A:link {text-decoration: none; BACKGROUND:transparent; COLOR:#00CC00}
A:visited {text-decoration: none; BACKGROUND:transparent; COLOR:#00CC00}
A:hover {text-decoration: underline; BACKGROUND:transparent; COLOR:#00CC00}
A:active {text-decoration: none; BACKGROUND:transparent; COLOR:#00CC00}

LI, P, DIV{
	font-family:'Times New Roman';
	font-size:16px;
	text-align: justify;
	padding-right: 1cm;
}

hr { width: 50%; }

.centered{text-align: center;}

/*Following code adapted from http://www.projectseven.com/tutorials/css/uberlinks/
Project Seven Development (PVII).
*/

#sub{
width: 200px;
font-weight: bold;
color: #ffffff;
BACKGROUND:transparent;
}

#navlist {
left: 5px;
top: 20px;
width: 200px;
font-weight: bold;
position: fixed;
}

#navlist ul {
margin: 0px; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}

#navlist li {margin: 0;}

#sub a, #navlist a {
display: block;
padding: 12px 10px 11px 10px;
background:  url(img/up.gif) no-repeat 0% 0%;
color: #ffffff;
}

#navlist a:link, #navlist a:visited,
#sub a:link, #sub a:visited{
background:  url(img/iup.gif) no-repeat;
color: #eeeeee;
text-decoration: none;
}

#navlist a:hover, #navlist a:active,
#sub a:hover, #sub a:active,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background:  url(img/idown.gif) no-repeat 0% 50%;
color: #eeeeee;
}
