/* This is the style of your browser text */

* { margin: 0; padding: 0; }
h1 {
	color:#FFFFFF;
	font-weight: normal;
	font-size: 48px;
	padding: 10px;
}
h1 strong {
	color:#fba587;
	font-weight: bold;
	font-size: 48px;
}
h2 {
	color:#555454;
	font-weight: bold;
	font-size: 16px;
}
a:hover h2{
	color:#FFFFFF;
	font-weight: bold;
	font-size: 17px;
}


h1 a { color:#FFFFFF; text-decoration: none; }

#content h3{
	font-size: 22px;
	color: #000;
	font-weight: normal;
}

