
.container { margin: 0 auto; width: 750px; }

a:link { color:black; text-decoration:none}
a:active { color:brown;text-decoration:none }
a:visited { color:black;  text-decoration:none }
a:hover { color:blue;text-decoration:none }

body { font-family: Aria, Helvetica, sans-serif; background-color: #FFFFFE; margin: 0px; }

div#navbar { text-align: center; font-size: 16px; font-weight: bold; }
div#navbar  a:hover { color: white; }
div#navbar td { width: 25%; background-color: lightgreen; padding: 1px; }

.header { width: 100%; text-align: center; font-weight: bold; font-size: 25px;}
.testimonial { height: 150px; float: right; width: 72%; padding: 0px 20px 0px 20px; font-style: italic; xbackground-color: red; }
.trailer { padding-top: 10px; text-align: center; font-size: 12px; font-weight: bold; }
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.logo { 
   float: left; 
   padding: 0px 0px 0px 0px; 
} 
.logotext { 
   float: left; 
   width: 20%; 
   height: 100px; 
   padding: 30px 0px 0px 0px; 
   background-color: #00cc00; 
   text-align: center;
   font-weight: bold; 
} 

td.bullets { padding: 10px 6px 6px 6px; font-size: 14px; font-weight: bold; text-align: left; }

.break { border: 3px solid #00cc00; }
.sidebar { width: 4px; background-color: #00cc00; }
