/* Filename: css.css */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	
}

h2 {
	font-family: Arial,Helvetica,sans-serif;
  	font-size: 18px;
	color: #000000;
}

h3 {
	font-family: Arial,Helvetica,sans-serif;
  	font-size: 12px;
	color: #6F7777;
}

p {
	font-family: Arial,Helvetica,sans-serif;
  	font-size: 17px;
	color: #4D66A4;
}
a {     color: white !important; 
}


