.h1 {
	font-family: Ubuntu;
	font-size: x-large;
	font-style:normal;
	color:#E18416;
	}
.h2 {
	font-family: Ubuntu;
	font-size: medium;
	font-weight:bold;
	color:#000000;
	}
.h3 {
	font-family: Ubuntu;
	font-size: medium;
	font-style:normal;
	font-weight:lighter;
	color:#000000;
	}
.h4 {
	font-family: Ubuntu;
	font-size: medium;
	font-weight:lighter;
	color:#FFFFFF;
	}
.h5 {
	font-family: Ubuntu;
	font-style:italic;
	font-size: small;
	font-weight:lighter;
	color:#666666;
	}
a 	{
	font-family: Ubuntu;
	font-size: medium;
	color: #000000;
	}
a:link {
	text-decoration: none;
	font-weight:lighter;
	font-size:small;
	}
a:visited {
	text-decoration: none;
	font-weight:lighter;
		font-size:small;
	}
a:hover {
	text-decoration: none;
	font-weight:lighter;
		font-size:small;
	}
a:active {
	text-decoration: none;
	font-weight:lighter;
		font-size:small;
}