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

body {
	font-family: "Myriad Pro", Arial, "Times New Roman";
	font-size:14px;
	padding: none;
	margin: 0;
}
h1 { 
	font-size: 16px;
	color:#6d0a0f;
	font-weight:600;
}
h2 { 
	font-size: 16px;
	color:black;
	font-weight:600;
}
h3 { 
	font-size: 20px;
	color:#6d0a0f;
	font-weight:600;
}
p.one{
	font-size:12;
	font-weight:bold;
	color:#6d0a0f;
}
p.two{
	font-size:12;
	color:black;
}
p.three{
	font-size:22;
	color:#6d0a0f;
	font-weight:bold;
}

A:link {text-decoration:none; color: #14377d}
A:visited {text-decoration:none; color: #14377d}
A:active {text-decoration:none; color: #14377d}
A:hover {text-decoration:none; color: #6d0a0f;}

.class4 {
	font-size:12;
}