/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	}
	
p {
	margin-left: 20px;
	}	
		
a { 
	color:#000099;
	text-decoration: underline;
 	}


.navbaraddress {
		font-size: 100%;
		font-weight: bold;
		text-decoration: none;
		}

.phonenumber {  
		width: 220px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 100% ; 
		color: #000000;
		text-align: right;
		}
h3 {
	text-size: 100%;
	text-decoration: underline;
	}

h2 {
	text-decoration: underline;
	font-size: 120%;
	}		

h1 {
	text-size: 150%;
	}	
	