/*	sm.css	Style sheet for Web pages
	Begun 27/05/06
*/

body	{
    margin:				32px 2% 128px;
	padding:			0;
	background-color:	#0436ff;	/* a blue */
    background-image:	url( media/bbstrip.gif );
    background-repeat:	repeat-x;
	color:				black;
	font-family:		Verdana, Geneva, sans-serif
}

/*	divisions	*/

div#main	{
	width:	960px;
	margin:	auto
}

div#next-steps	{
	width:			512px;
	margin-left:	2%
}

/*	images	*/

img	{
	border:	0
}

img#logo	{
	float:		right
}

/*	elements	*/

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

a:hover	{
	text-decoration:	underline
}

/*	colours	*/

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

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

a:hover, A:active	{
	background-color:	inherit;
	color:				red
}

/*	EOF	*/