
.blue {
  	font-family: "Verdana";
  	font-size: 18px;
  	color: #0000FF;
  	text-decoration: none;
}

.light_blue_back {
  	background-color: #CCFFFC;
}

.blue_big_heading {
  	font-family: "Verdana";
  	font-size: 30px;
  	font-style: italic;
  	color: #0000ff;
  	text-decoration: none;
}

.green_heading {
  	font-family: "Verdana";
  	font-size: 24px;
  	font-weight: bold;
  	color: #0000A0;
  	text-decoration: none;
}

.green_table {
  	font-family: "Verdana";
  	font-size: 18px;
  	color: #008040;
  	text-decoration: none;
  	font-weight: bold;
}

.green_table_small {
  	font-family: "Verdana";
  	font-size: 14px;
  	color: #008040;
  	text-decoration: none;
  	font-weight: bold;
}

.dark_blue_header {
  	font-family: "Verdana";
  	font-size: 36px;
  	font-weight: bold;
  	color: #0000A0;
  	text-decoration: none;
}

.dark_blue {
  	font-family: "Verdana";
  	font-size: 24px;
  	font-weight: bold;
  	color: #0000A0;
  	text-decoration: none;
}

.brown {
  	font-family: Georgia;
  	font-size: 36px;
  	color: #C26507;
  	text-decoration: none;
  	font-weight: bold;
}

.red_1 {
  	font-family: "Verdana";
  	font-size: 16px;
  font-weight: bold;
  color: #FF0000;
  	text-decoration: none;
}

.white {
  color: #FFFF;
}

.white_back {
  background-color: #FFFFFF;
  color: #0000FF;
  font-family: "Verdana";
  font-size: x-small;
}

.price {
  background-color: #FFFFFF;
  color: #0000A0;
  font-family: "Verdana";
  font-size: x-large;
  margin-top: 20px;
  margin-bottom: 20px;
}

.white_back_base {
  back-ground-color: #FFFFFF;
  color: #0000FF;
  font-family: "Verdana";
  font-size: x-small;
  font-style: italic;
}

.mauve_back {
  	background-color: #CCCCFF;
  color: #0000A0;
  font-weight: bold;
  font-size: x-large;
  font-family: "Verdana";
  font-style: normal;
  font-variant: normal;
}

.mauve_back_small {
  background-color: #CCCCFF;
  color: #0000A0;
  font-weight: bold;
  font-size: small;
  font-family: "Verdana";
}

TD {
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  font-family: "Verdana";
  font-size: x-small;
  color: blue;
}

VAR {
  color: #C26507;
  font-weight: bold;
  font-style: italic;
  font-family: "Verdana";
  font-size: small;
}

.left_table {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 150px;
  background-color: #0000A0;
  font-family: "Verdana";
  font-size: x-small;
  color: white;
}

.right_table {
  position: absolute;
  top: 0px;
  left: 150px;
  color: #0000FF;
  background-color: #FFFFFF;
  font-family: "Verdana";
}

DT {
  color: #C26507;
  font-weight: bold;
  font-family: "Verdana";
}

CITE {
  color: red;
  font-weight: bold;
  font-style: italic;
  font-size: x-small;
  font-family: "Verdana";
}

STRONG {
  font-weight: bold;
  color: #0000A0;
  font-family: "Verdana";
}
