BODY     /*  make the scroll bars look pretty */
    {
        SCROLLBAR-3DLIGHT-COLOR: #1E7CBF;
        SCROLLBAR-ARROW-COLOR: #000000;
        SCROLLBAR-DARKSHADOW: #000000;
        SCROLLBAR-FACE-COLOR: #2F8BC8;
        SCROLLBAR-HIGHLIGHT-COLOR: #9FE0F4;
        SCROLLBAR-SHADOW-COLOR: #3B697A;
    }

img
    {
        text-decoration: none;
        border: none;
    }

.main    /* main body text  */
        {
	font-family: "Comic Sans MS";
	font-size: 12pt;
	color: #000000;
	list-style-image: url(images/F-37.gif);
    }
.blu    /* rotating specials & date  */
    {
        font-family: Tahoma;
        font-size: 12px;
        font-weight: bold;
        color: #1890E1;
        text-decoration: none;
    }
.oar
    {
	font-size: 16pt;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	font-family: "Comic Sans MS";
    }
.menu    /* main menu in header.htm   */
   {
        font-family: Tahoma;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
        text-align: justify;

     }
.menu a:link
    {
        color: #FFFFFF;
        text-decoration: none
    }
.menu a:visited
    {
        color: #FFFFFF;
        text-decoration: none
    }
.menu a:hover
    {
        color: #FFCC00;
        text-decoration: none
    }
.Textarea-Style
    {
        border: 1 outset rgb(50,50,50);
    }
.buttons
    {
        font-family: Tahoma, Verdana, Helvetica, sans-serif;
        font-size: 10pt;
        font-weight: bold;
        background-color: #2F8BC8;
        color: #FFFFFF;
        border: 0 outset;
    }
  #poweredby
    {
        color: #FFFFFF;
        text-decoration: none;
        text-align:center;
    }
.#poweredby a:link
    {
        color: #FFFFFF;
        text-decoration: none
    }
.#poweredby a:visited
    {
        color: #FFFFFF;
        text-decoration: none
    }
.#poweredby a:hover
    {
        color: #FFFFFF;
        text-decoration: none
    }
.addr-head  /* address headings on contact page  */
        {
        font-family: Verdana;
        font-weight: bold;
        font-size: 12px;
        color: #000000
    }
.addr    /* address info on contact page  */
        {
        font-family: Verdana;
        font-size: 12px;
        color: #000000
    }
.addr a:link
    {
        color: #FF5F00;
        text-decoration: none
    }
.addr a:visited
    {
        color: #FF5F00;
        text-decoration: none
    }
.addr a:hover
    {
        color: #FF0000;
        text-decoration: none
    }
.blox    /* sub information blocks on pages  */
    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
    }
.blox a:link
    {
        color: #000000;
        text-decoration: none
    }
.blox a:visited
    {
        color: #000000;
        text-decoration: none
    }
.blox a:hover
    {
        color: #FF0000;
        text-decoration: underline
    }