a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

body {
 background: bisque;
 color: Black;
 margin: 20px;
 padding: 20px;
}

p.phone {
 text-align: center;
 font-size: 150%;
}

p.upgrade {
 text-align: center;
}

#bodyinner {
 border: 1px solid #971A1E;
 background: White;
 color: Black;
 padding: 20px;
}

#bodyleft {
		float: left;
		width: 67%;
		background: #fff;
		border-right: 1px solid Black;
		margin-right: 15px;
		padding-bottom: 20px;
  padding-right: 20px;
}

#bodyright p {
  text-align: right;
}

#bodyright a {
 color: Blue;
}

#bodyright h1 {
 font: bold 1.1em/1.6em Arial, Helvetica, sans-serif;
 margin-top: 0px;
 text-align: right;
}

p {
 font: .9em/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
 text-align: justify;
 margin-top: 3px;
}

#footer {
 margin-top: 10px;
 text-align: center;
 font: .7em/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: Gray;
}

#footer a {
 color: Gray;
}

#footer p {
 text-align: center;
}

#logo {
 text-align: center;
 margin-bottom: 20px;
}

div.clear {
 clear: both;
}





