@charset "utf-8";
/* CSS Document */

body {
	background-color: white;
	color: black ;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 100.01%;
	text-decoration: none;
}

h2 {
	font-size: 110%;
	font-weight:bold;
}

h3 {
	font-size:100%;
	font-weight:bold;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

a:link {
	color: #2C51BE;
	text-decoration:none;
    font-weight:bold;
}

a:visited {
	color: #2C51BE;
	text-decoration:none;
    font-weight:bold;
}

a:hover { 
	color: #FF7100;
	text-decoration: none;
    font-weight:bold;
}