@charset "UTF-8";
/* CSS Document */

.style2 {
	color: #FFFFFF;
	font-size: 20px;
	margin: auto;
	font-family: Optima;
	font-style: normal;
	font-weight: lighter;
}

h1 {
	font-family: Optima;
	font-size: 20px;
	color: #222221;
	font-weight: bold;
}

.weblink {
	color: #FFFFFF;
	font-size: 12px;
	margin: auto;
	font-family: Optima;
	font-style: normal;
	font-weight: lighter;
}
	
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #0A5CAE;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
