BODY {
font-family:  Verdana, Arial, sans-serif;
font-size: 12px;
color: Navy;
}

H1 {
color: White;
font-family:  "Times New Roman", "Bookman Old Style", serif;
margin-top: 1px;
margin-bottom: 1px;
font-size: xx-large;
font-weight: bolder;
background-color: Navy;
font-style: italic;
}

H2 {
color: White;
font-family: "Times New Roman", "Bookman Old Style", serif;
margin-top: 1px;
margin-bottom: 1px;
font-size: 24px;
font-weight: bold;
background-color: Navy;
}

H3 {
color: Black;
font-family: Arial, Helvetica, sans-serif;
margin-top: 1px;
margin-bottom: 1px;
font-size: 12px;
font-weight: 700;
}

H4 {
color: White;
font-family: Arial, Helvetica, sans-serif;
margin-top: 1px;
margin-bottom: 1px;
font-size: 12px;
font-weight: 700;
 background-color: Navy;
}

H5 {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
margin-top: 1px;
margin-bottom: 1px;
font-size: 11px;
font-weight: 700
}

H6 {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
margin-top: 1px;
margin-bottom: 1px;
font-size: 10px;
font-weight: normal;
}

UL {
margin-bottom: 0px;
margin-top: 0px;
}

.courier {
font-family: "Courier New", Courier, mono;
margin-top: 1px;
margin-bottom: 1px;
font-size: 30px;
font-weight: 700;
}

.arialblk {
font-family: "Arial Black", Helvetica, sans-serif;
margin-top: 1px;
margin-bottom: 1px;
font-size: 30px;
font-weight: 700;
}

p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin-top: 1px;
margin-bottom: 1px;
}

P.small {
font-family: Arial, Helvetica, sans-serif;
font-size: xx-small;
margin-top: 1px;
margin-bottom: 1px;
}

p.price
{font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-color : Red;
padding-left: 4px;
padding-bottom: 2px;
padding-top: 2px;
font-weight: bold;
color: White;
}

td {
font-family: Arial, Helvetica, sans-serif;
margin-top: 2px;
margin-bottom: 2px;
font-size: 12px;
}

A.smallwhite {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: Navy;
text-decoration: none;
color: #FFFFCC;
}

A.smallwhite:HOVER {
background-color: #FFFFCC;
text-decoration: none;
color: Navy;
}

A.button {
font-variant: normal;
color: White; 
padding: 2px 5px;
width: 140px;
font-family : Verdana, Arial, Helvetica, "Myriad Web", Geneva, Sans-serif;
text-decoration : none;
font-size : 12px;
font-weight: bold;
border : 1px solid White;
background-color : Navy;
margin-bottom: 2px;
}

A.button:HOVER {
font-variant: normal;
color: Navy; 
padding: 2px 5px;
width: 140px;
border : 1px solid White;
font-family : Verdana, Arial, Helvetica, "Myriad Web", Geneva, Sans-serif;
text-decoration : none;
font-size : 12px;
font-weight: bold;
background-color : #FFFFCC;
}

/* Buttons */
p.nav{font-family:Verdana, Arial, sans-serif;}

p.nav {
   font-weight : bold;
   width : 140px;
   margin : 0 0 5 0;
}

p.nav a {
   text-decoration : none;
   display : block;
   color : White;
   width : 134px;
   text-align : left;
   border : 1px solid White;
   background : Navy;
   padding : 3px 0 3px 5px;
}

p.nav a:hover {
   color : Navy;
   padding : 3px 0 3px 5px;
   width : 134px;
   text-align : left;
   text-decoration : none;
   border : 1px solid White;	
   background : #FFFFCC;
}