@media all{

h1 {
	font-size: 180%;
	font-weight: normal;
	line-height: 180%;
	margin-top: 0px;
	margin-bottom: 0px;
	}
h2 {
	font-size: 160%;
	line-height: 160%;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	}
h3 {
	font-size: 140%;
	line-height:140%;
	margin-top:0px;
	margin-bottom:0px;
	font-weight: bold;
	}
h4 {
	font-size: 120%;
	line-height:120%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #757575;
	}
h5 {
	font-size: 100%;
	line-height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #757575;
	}
h6 {
	font-size: 90%;
	line-height: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {
	font-size: 100%;
	line-height: 130%;
	margin-top:0px;
	margin-bottom: 0px;
	}
p {
	font-size: 100%;
	line-height: 120%;
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	margin-right:0px;
	padding-left: 1.5em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
	}

a,
a:link,
a:visited,
a:active {
	color: #FD8900;
	font-weight:  normal;
	text-decoration: none;
	

}

a:hover{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;


}

}




