h1  {
     font-family: Arial;
     font-weight: bold;
     font-size: 13pt;
	 color: #262424;
}

h2  {
	 font-family: Arial;
	 font-size: 12pt;
	 color: #262424;
	 font-weight: regular;
}

h3  {
     font-family: Arial;
	 font-size: 11pt;
	 color: #262424;
	 font-weight: regular;
}

p  {
     font-family: Arial;
	 font-size: 10pt;
	 color: #554f4f;
	 font-weight: regular;
}
		
a:link {
	font-family: Arial;
	color: #262424;
	font-weight: bold;
	font-size: 10pt;
}

a:hover {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #e01a19;
}

a:visited {
	font-family: Arial;
	color: #262424;
	font-weight: bold;
	font-size: 10pt;
}