/********************************************************/
/* Standard Style Sheet for Richard Burns 2002			*/
/* Copyright 2002 by MSOnet				 				*/
/* By Andrew Dixon 										*/
/* 					 									*/
/* File Created on 14/01/2002							*/
/* Last Edited on 14/01/2002							*/
/********************************************************/

/* Tag Styles */

A
{
	color			: #666666;
	text-decoration	: underline;
}

A:hover
{
	text-decoration	: none;
}

BODY
{
	font-family		: Verdana, arial, sans-serif; 
	font-size  		: 0.9em;
	color			: #666666;
}

h1
{
	font-size		: 1.1em;
	font-weight		: bold;
	margin			: 2px 0px 2px 0px;
	padding			: 0px;
}
h2
{
	font-size		: 1em;
	font-weight		: bold;
	margin			: 2px 0px 2px 0px;
	padding			: 0px;
}

