/*	details.css	Style sheet for Web pages
	Begun 07/01/05	*/

body	{
	margin:				5% 10% 80px 10%;
	background:			url( ../media/darkstrip.gif ) repeat-x;
	background-color:	black;
	color:				silver;
	font-family:		Verdana, sans-serif;
	line-height:		1.25
}

/*	divisions	*/

p#context	{
	margin-top:	12px;
	font-size:	75%;
	text-align:	right;
	float:		right
}

/*	images	*/

img	{
	border:	0
}


/*	colours	*/

a:link, a:visited	{
	background-color:	inherit;
	color:				maroon
}

a:hover	{
	background-color:	inherit;
	color:				red
}

/*	elements	*/

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

/*	EOF	*/
