html,body{
margin:0px;
height:100%; 
padding:0px;

}

body, p, td{
font-family:Arial, Helvetica, sans-serif;
font-size:small;
}
.header{
width:100%;
height:149px;
background-image:url(/images/headerbg.jpg);
text-align:center;
}

.phone {font-size: large;
color:#FFFFFF;
text-decoration:blink;
text-align:center;
}

.menu a, #menu a:visited{
font-size:large;
font-weight:500;
color:#FFFFFF;
text-decoration:none;

}
.menu a:hover{
	color:#7CFFC0;
text-decoration:none;

}

h1{
font-size:x-large;
margin-top:0px;
text-align:center;
}
h2{
font-size:large;
margin-top:0px;
text-align:center;
color:#FF0000;
}

.quote{
font-style:italic;
}