body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #034B61;
	background-color: #EFECCA;
	font-size: 18px;
}
h1 {
	color: #900;
}

.style1  {
	font-size: 36px;
    font-weight: bold;
 }
 .style2 {
 	font-size: 18px
	
 }

p {
	margin-left: 30px;
	margin-right: 30px;
}
a:link {
	color: #060;
	font-weight: bold;
}
a:visited {
	color: #096;
}
a:hover, a:active {
	color: #060;
}