body
{
	font-family: Arial;
	background-color: #dcdcdc;
}

.emphasised
{   
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}
A:link
{
	color: green;
	text-decoration: none;
}
A:active
{
	font-weight: bold;
	color: green;
}
A:hover
{
	color: green;
	text-decoration: underline;
}
A:visited
{
	color: #6b8e23;
	text-decoration: none;
}
