/* CSS Document */

.big_phone_number {	font-size: 30px;
			color: #FFFFFF;
			font-style: italic;
			font-weight: bold;}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 14px;
}
.white_text {
	color: #FFFFFF;
}
.bold_text {font-weight: bold}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFF99;
	text-decoration: none;
}
a:active {
	color: #FFFF33;
	text-decoration: none;
}

