body {
    font-family: arial, helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
				fornt-weight: normal;
				background-color:#FFF
}
p {
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	fornt-weight: normal;
	font-weight: normal;
}
a {
    color: #000000;
}
a:hover {
    color: #0079be;
}

h1 {
    color: #0079be;
    font-size: 18px;
    font-weight: normal;
}



#nav ul {
    border: 0;
    padding: 0;
    list-style-type: none;
}
#nav ul li {
    display: inline;
    padding-right: 15px;
}

.address {
    font-weight: bold;
    text-align: right;
    padding-top: 20px;
}
