
p {
	color: #000000;
	font-family: Cambria;
	font-size: 16px;
}

a {
	color: #000000; 
	font-family: Cambria;
}

a:link {
	color: blue;
	font-weight: bold;
       	text-decoration: none;
}

a:visited {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
	
a:active {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

h1 {
  color: black;
	font-weight: bold;
	font-size: 20px;
}



