/*	spelling.css	Style sheet for Web pages
	Begun 23/06/04						*/

body	{
	font-family:	Verdana, Helvetica, Arial, sans-serif;
	width:			780px;
	margin:			20px auto 5%
}

img	{
	border:	0
}

img#slogo	{
	float:	right
}

h2	{
	margin-top:	3%;
	color:		blue;
	clear:		right
}

h3	{
	margin-top:	5%;
	color:		gray
}

.strap	{
	margin-top:	3%;
	padding:	2% 5%;
	background:	silver;
	border:		solid
}

p.cont	{
	margin-right:	80px
}

p.final	{
	margin-top:	5%
}

span#key	{
	color:	teal
}

span.word	{
	background-color:	yellow;
	color:				blue;
	font-weight:		bold
}

a:link, a:visited	{
	color:				#cc0000;
	text-decoration:	none
}

a:hover	{
	color:				red;
	text-decoration:	underline
}

.owners	{
	float:		right;
	font-size:	66%
}

/*	EOF	*/

