| /* General definitions. */
*
{
	padding: 0;
	margin: 0;
}
body
{
	margin: 0 auto;
	text-align: center;
	color: 333;
	background: #aaa;
	font-size: 75.01%;
}
a
{
	text-decoration: none;
}
img
{
	border: 0;
}
ul
{
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding:0;
}
strong, b
{
	font-weight: bold;
}
em, i
{
	font-style: italic;
}
table
{
	border-collapse: collapse;
	text-align: left;
}
#pagecentre
{
	width: 752px;
	height: auto;
	margin: 0px auto;
	background: white;
	border: 1px solid #ccc;
}
#exception
{
	font: 1em verdana, geneva, helvetica, arial, sans-serif;
	line-height: 1em;
	color: #c44;
	text-align: left;
}
.clearboth
{
	clear: both;
	height: 0;
}
 |