p {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: right;
}

h2 {
	font: bold normal 18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

img {
	padding: 5px;
	border-color: #AAAAAA;
	border-width: 1px;
}

/* Link Colours */

a {	color: #A2CFD5;	font-weight:bold;	text-decoration: none;	font-size: 12px;	background-color: transparent;
	border-width: 5px;
	padding: 5px;
}					a:link {	color: #1FA2FF;	font-weight:bold;	text-decoration: none;	font-size: 12px;	background-color: white;
	border-width: 5px;
	padding: 5px;
}	a:visited {	color: #A2CFD5;	font-weight:bold;	text-decoration: none;	font-size: 12px;	background-color: white;
	border-width: 5px;
	padding: 5px;
}		a:hover {	color: white;	font-weight:bold;	text-decoration: none;	font-size: 12px;	background-color: #D6FCFF;	/*background: url("http://www.plankdesign.com/site/_media/common/link_bkg.gif");*/;
	border-width: 5px;
	border-width: 5px;
	padding: 5px;
}				a:active {	color: #A2CFD5;	font-weight:bold;	text-decoration: none;	font-size: 12px;	background-color: white;	background: none;
	padding: 5px;
}

body {
	background : #FFFFFF url(../_images/gallery-bkg.gif) repeat;
	font-family:'Lucida Grande';
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: 0px;
}