
/* POSITION **********************************************/

html,body {
	margin:0;
	padding:0;
	}
body, table {
	font: 0.8em arial, sans-serif, verdana, helvetica;
	}
table {
	font: 100% arial, sans-serif, verdana, helvetica;
	color: #333;
	border: none;
	}
hr {
	border-bottom: 1px solid black;
	}


/* DECORATION ********************************************/

li {
	list-style-type: circle;
	}

div#content a,
div#content a:hover, {
	text-decoration: none;
	}
img {
	border: none;
	}

/* COLOURS ***********************************************/

a {
	color: black;
	text-decoration: none;
	}
