/*

	File Contents:
	Index layout style for site, independent of colour information.
	
*/


	/* --------------------------------------------------------------- */
	/* -- HTML Elements -- */

body {
	font: 11px Arial, sans-serif;
	color: #2e3e5b;
	text-align: center;
}
a:link, a:visited {
	text-decoration: underline;
}
p {
	margin-left: 15px;
	text-align: left;
}

	/* -- Linking -- */

a:link {
	text-decoration: none;
	color: #2f3f5c;
}
a:visited {
	text-decoration: none;
	color: #2f3f5c;
} 
a:active {
	text-decoration: none;
	color: #2f3f5c;
} 
a:hover {
	text-decoration: underline;
	color: #2f3f5c;
}