/*	wcbnew.css	Style sheet for Web pages
	Begun 06/11/06
*/

body	{
	margin:			0;
	padding:		0;
	font-family:	Arial, Helvetica, sans-serif
}

/*	divisions	*/

.notice	{
	margin-top:	64px;
	text-align:	center
}

/*	images	*/

img	{
	border:	0
}

/*	colours	*/

a:visited	{
	background-color:	inherit;
	color:				navy
}

a:link, a:hover	{
	background-color:	inherit;
	color:				blue
}

.sitename	{
	background-color:	inherit;
	color:				red
}

/*	elements	*/

a:link, a:visited	{
	text-decoration:	none
}

a:hover	{
	text-decoration:	underline
}

h1	{
	margin-top:	64px;
}

p.unit	{
	display:		inline;
	white-space:	nowrap
}

/*	EOF	*/