h1 {
	font-family: Garamond;
	font-size: large;
	font-weight: bold;
}

h2 {
	font-family: Garamond;
	font-size: larger;
}



p  {
	font-size: 14px;
	font-weight: light;
}

	
	BODY {
	font-family: Garamond;
	font-size: small;
	font-weight: lighter;
	background-color: #CBDBCA;
}
	table {
	page-break-after: always;
	font-size: 19px;
	font-weight: light;

}
a {
	color: #15155C;
	font-weight: 120;
	text-transform: none;
	text-decoration: underline;
}

a:link {
	
	color: Black;
}


a:visited {
	
	color: Black;
}
a:hover {
	
	color: Blue;
	background-color: #F0F8FF;
		font-weight: 120;
}
