.style1 {
	font-size: xx-large;
	font-weight: bold;
}
.style2 {font-size: xx-small}
.style4 {font-size: 45px}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
}
