html {
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

body {
        font-size:100%;
}

h1 {
	margin-top:0;
        font-size:150%;
        font-weight:bold;
}

h2 {
	font-size:125%;
        font-weight:bold;
        color:#091D58;
}

h3 {
        font-size:100%;
        font-weight:bold;
        color:#FF9900;
}


h4 {
        color:#091D58;
        font-size:100%;
        font-weight:bold;
        text-transform:uppercase;
}

h5 {
	color: #FF9900;
        font-size:100%;
        font-weight:bold;
        text-transform:uppercase;
}

h6 {
	font-size:100%;
        font-weight:bold;
}

a {
        color: #FF9900;
}

a:hover {
	text-decoration: none;
}

hr {

margin:5px;
border:none;
border-top: 1px solid #FF9900;
clear:both;

}
