
body,td,th {
	font-family: trebuchet, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	
}
a:link {
	color: #9F0F0F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9F0F0F;
}
a:hover {
	text-decoration: underline;
	color: #485F34;
}
a:active {
	text-decoration: underline;
	color: #9F0F0F;
}

h1 {
	font-size: 14px;
	color: #EEEEEE;
background-color: #999999;
}

h2 {
	font-size: 14px;
	color: #FFFFFF;
background-color: #698153;
}
strong{
font-weight: bold !important;
}
 
p {
    margin: 16px 0 !important;
  }