@CHARSET "UTF-8";
html {
	height: 100%;
	}
body {
	height: 100%;
	padding : 0px;
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
}

 

 a {
 	color: white;
 	text-decoration: underline;
 	border: none;
 }
 h1{
 	font-size: 18px;
 	font-weight: bold;
 	color: #91345A;
 	margin-bottom: 0px;
 }
  h2{
 	font-size: 16px;
 	font-weight: bold;
 	color: #9B9B9B;
 }
  h3{
 	margin-top:10px;
 	font-size: 13px;
 	font-weight: bold;
 	color: #2B2B2A;
 }
  h4{
 	margin-top:15px;
 	margin-bottom: 15px;
 	font-size: 13px;
 	font-weight: bold;
 	color: #4D1A5F;
 }

 .line {
 	height: 1px;
 	border-bottom: 1px solid #CDCDCD;
 	margin-: 10px;
 	margin-bottom: 10px;
 	margin-top: 10px;
 }
 