/* PAGE LAST MODIFIED BY

STUART

18:47 2005-03-18

Made this a clone of wpage except for colours
Wrapper border same colour all four side :)


*/


body {
	color: #3a5fcd;
}
#wrapper {
	border-top: 5px solid #4876ff;
	border-left: 5px solid #4876ff;
	border-bottom: 5px solid #3a5fcd;
	border-right: 5px solid #3a5fcd;
}
hr {
	background-color: #3a5fcd;
	color: #3a5fcd;
}
h1,h3 {
	color: #3a5fcd;
}

a:link, a:visited, a:hover, a:active { color: #3a5fcd; }





