P,li  { text-indent : 30px; font-family : Arial, sans-serif; 	text-align: justify;   }
div  {
	
	font-family : Arial,  sans-serif;
	font-style : normal;
}

h1, h2, h3, h4 {
	
}

img {
	margin-left : 20px;
	border: 1 solid Red;
}
	
.noborder {
	border: none;

}

.menu {
	border: none;
	margin-left : 0px;
	margin-right : 0px;
	margin-top: 0px;
}

h1  {
	margin-top: 70px;
	font-size : large;
	font-family : Futuris, Arial,  sans-serif;
	font-weight : bold;
	margin-left : 30px;
	margin-right : 30px;
	text-align : left;
	color: #FAEBD7;
}

h2  {
	font-size : medium;
	font-weight : bold;
	font-family : Arial,  sans-serif;
	margin-left : 30px;
	margin-right : 30px;
	text-align : left;
}

h3  {

	font-size: medium;
	font-weight: bold;
	font-style: italic;
	margin-left: 30px;
	margin-right: 30px;
	text-align: left;
}

h4  {
	font-size : medium;
	font-weight : bold;
	font-style : italic;
	margin-left : 65px;
	margin-right : 30px;
	text-align : left;
}

A  {
	
	font-family : Arial,  sans-serif;
	color : red;
		text-decoration : none;
}

A:Visited  {
	
	font-family : Arial,  sans-serif;
		text-decoration : none;
	color : #DC143C;
}

A:Active  {
	
	font-family : Arial,  sans-serif;
		color : #ffffff;
	text-decoration : underline;
}

A:Hover  {
	
	font-family : Arial,  sans-serif;
	text-decoration : underline;
	color : FFFFFF;
}