body 
{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

a:link, a:visited, a:active
{
    font-size: 12px;
	text-decoration: none;
    color: #990000;
    font-weight: 400;
    background-color: #FFFFD8;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
	display: block;   
}
 

a:focus, a:hover
{
    color: #990000;
    font-weight: 500;
    background-color: #FFE6B2;
}
	

h1
{
	color: #CC3300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 0px;
	padding: 0px;
	margin: 2px;
}

h2
{
	color: #071418;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	margin-bottom: 0px;
}

h3
{
	color: #CC3300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 0px;
	padding: 0px;
	margin: 0px;
}

h4
{
	color: #071418;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	padding: 0px;
	margin-bottom: 0px;
}

h5
{
	color: #071418;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: 400;
	padding: 0px;
	margin-bottom: 0px;
	color: green;
}

td
{
	background-color: #FFFFFF;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

table
{
	border-collapse: collapse;
	border: 2px, solide blue;
}

input, textarea, select
{
	background-color: #FFFF99;
}

hr
{
  color: #298A08;

}

label
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 300;	
}


	header {
		height: 30px;
		position: fixed;
		width: 100%;
		transition: all 0.4s;
		background-color: gray;
	}
	
	article {
		height: 2500px;
		padding-top: 40px;
		background-color: white;
	}