
a:active {color:blue
	
}
a:focus {
	color:#00BFFF
}
a:hover {
	color:#9932CC
}
a:link {
	color:#1E90FF
}
a:visited {
	color:#8B0000
}

H1, H2, H3, H4 {
	color: #800000;
	
}

body {
	background-color: #FFFACD;
	text-decoration: none
	font-family: "serif,MS Sans Serif, Tahoma";
	text-align: justify;
	vertical-align: top;
	border-bottom-width: thick;
}

.jpg {
	align: center;
	margin: 1cm;
	border-right-width: thick;
}