h1 {
 		font-family: "times new roman" times, serif;
 		color: #00007F;
		font-size: 20px;
		text-align: center;
		margin-bottom: 0px;
	}

h2 {
		font-family: "times new roman" times, serif;
		color: black;
		font-size: 16px;
		text-align: left;
		margin-bottom: 0px;
	}

img {
	border: none;
}

a:link {
	color: blue;
}
a:visited {
	color: blue;
}
a:hover {
	color: red;
}