Body{
	background-color : white;
	margin : 0;
	font-family : Arial, Helvetica, sans-serif;
}

A{
	color : #900;
	text-decoration : none;
}

A:Hover{
	color : #133986;
	text-decoration : underline;	
}

H1, H2, H3, H4, H5, H6{
	padding : 0 0 0 0; 
	margin : 3px 0 10px 0;
}

H1{
	font-size : 19px;
	color : #133986;
}

H2{
	font-size : 17px;
	color : #133986;
}

H3{
	font-size : 15px;
	color : #133986;
}

HR{
	color : black;
	background-color : black;
	height : 1px;
	border : none;
}

P{
	font-size : 12px;
	text-align : justify;
	margin :  0 0 1em 0
}

form{
	margin : 0;
	padding : 0;
}

ol, ul{
	margin-top : 0.5em;
	margin-bottom : 0.5em;
}

ol li{
	list-style-type : decimal-leading-zero;
	font-size : 12px;
}

ul li{
	font-size : 12px;
	list-style-type : square;
	list-style-position : outside;
	list-style-image : url(http://www.cwn.org.uk/development/assets/furniture/bullet.gif);
}

LI A{
	color : #133986;
	text-decoration : none;
}
LI A:hover{
	color : #900;
	text-decoration : underline;
}

