/* CSS Document */
p.welcome {
	font-family: "comic sans ms", arial, 'sans serif';
	font-size: 24px;
	font-style: italic;	
	font-weight: bold;
	color: #FF3333;
}

.Navigation {
	color: #006600;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
}
.Navigation:hover {
	color: #000066;
}

ul.phoneNum{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #0099FF;
	list-style-type:none;
	line-height:24px;
}
