@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
}
.h1{	
    font-family: Verdana;
	font-size:14px;
	color: #4f1642;
	font-weight: light;
    text-decoration: none;
}
.h2 {	
    font-family: Verdana,;
	font-size: 14px;
	color: #e0001a;
	font-weight: bold;
    text-decoration: none;
}
.h3{	
    font-family: Verdana;
	font-size:20px;
	color: #4f1642;
	font-weight: bold;
    text-decoration: none;
}
.h4{	
    font-family: Verdana;
	font-size:14px;
	color: #3c519f;
	font-weight: bold;
    text-decoration: none;
}
.h5{	
    font-family: Verdana;
	font-size:14px;
	color: #3c519f;
	font-weight: light;
    text-decoration: none;
	}
a:link {
	color: #651850;
	text-decoration: none;
}
a:visited {
	color: #651850;
	text-decoration: none;
}
a:hover {
	color: #651850;
	text-decoration: none;
}
a:active {
	color: #651850;
	text-decoration: none;
}