.bodybg { background-color: #000000 }

.headstrip { 
  background-color: #000000;
  font-family : 'Arial Black';
  font-size : small;
  font-weight : normal;
  color : #FFFFFF;}
}

.body { 
  background-color: #daf2fe;
  border-style: solid;
  border-color: #2CB5FD;
  border-width: 5px;
  background-image: url(files/background.jpg);
  background-repeat:no-repeat;
  background-position:top;
}

.textbody { 
  background-color: #daf2fe;
  border-style: solid;
  border-color: #2CB5FD;
  border-width: 5px;
  background-image: url(files/background.jpg);
  background-repeat:no-repeat;
  background-position:top;
  color: #000000;
  font-family : 'Century Gothic';
  font-size : small;
  font-weight : normal;
}

.subtitle { 
  color: #000066;
  font-family : 'Century Gothic';
  font-size : small;
  font-weight : normal;
  font-style : italic;
}

.heading { 
  color: #000066;
  font-family : 'Century Gothic';
  font-size : medium;
  font-weight : bold;
}

.bolder { 
  color: #000000;
  font-family : 'Arial Black';
  font-size : small;
  font-weight : normal;
}

.pricehead { 
  color: #2CB5FD;
  font-family : 'Century Gothic';
  font-size : small;
  font-weight : bold;
  background-color: #000000; 
}

.footer { 
  color: #ffffff;
  font-family : 'Century Gothic';
  font-size : x-small;
  font-weight : normal;
}

.menu { 
  color: #89FB2A;
  font-family : 'Century Gothic';
  font-size : small;
  font-weight : bold;
  background-color: #2CB5FD; 
}
.menuoff { 
  color: #000000;
  font-family : 'Century Gothic';
  font-size : small;
  font-weight : bold;
  background-color: #2CB5FD; 
}
a.menu:link {color: #000000; text-decoration: none;}
a.menu:active {color: #000000; text-decoration: none;}
a.menu:visited {color: #000000; text-decoration: none;}
a.menu:hover {color: #89FB2A; text-decoration: none;}


.submenu { 
  color: #89FB2A;
  font-family : 'Century Gothic';
  font-size : small;
  font-weight : bold;
  background-color: #000000; 
}
a.submenu:link {color: #2CB5FD; text-decoration: none;}
a.submenu:active {color: #2CB5FD; text-decoration: none;}
a.submenu:visited {color: #2CB5FD; text-decoration: none;}
a.submenu:hover {color: #89FB2A; text-decoration: none;}


a.link:link {color: #000066; font-weight : bold;}
a.link:active {color: #000066; font-weight : bold;}
a.link:visited {color: #000066; font-weight : bold;}
a.link:hover {color: #2CB5FD; font-weight : bold;}

a.smalllink:link {color: #000066;font-size : x-small;}
a.smalllink:active {color: #000066;font-size : x-small;}
a.smalllink:visited {color: #000066;font-size : x-small;}
a.smalllink:hover {color: #2CB5FD;font-size : x-small;}

a.pricelink:link {color: #000066;text-decoration: none;font-weight : bold;}
a.pricelink:active {color: #000066;text-decoration: none;font-weight : bold;}
a.pricelink:visited {color: #000066;text-decoration: none;font-weight : bold;}
a.pricelink:hover {color: #2CB5FD;text-decoration: none;font-weight : bold;}

hr.line {
  border-style:solid;
  height:2px;
  width:100%;
  color:#2CB5FD;
}

