/************************************************************************************/
/*                                                                                  */
/* jstp.css     Cascading Style Sheet for Jersey Shore Tea Party          R00-00.00 */
/*                                                                                  */
/* ================================================================================ */
/*                                                                                  */
/* Purpose:                                                                         */
/*                                                                                  */
/*                                                                                  */
/* ================================================================================ */
/*                                                                                  */
/* Arguments:                                                                       */
/*                                                                                  */
/*   No arguments                                                                   */
/*                                                                                  */
/* ================================================================================ */
/*                                                                                  */
/* Programming Notes:                                                               */
/*                                                                                  */
/* Help on the buttons are from these sites                                         */
/*                                                                                  */
/*   http://www.codetoad.com/dhtml_css_buttons.asp                                  */
/*   http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html */
/*                                                                                  */
/* ================================================================================ */
/*                                                                                  */
/* Revision:                                                                        */
/*                                                                                  */
/* Revision   Who          When         Why                                         */
/* =========  ===========  ===========  =========================================== */
/* R00-00.00  DRLJr        23/Feb/2010  Created                                     */
/*                                                                                  */
/************************************************************************************/

  body {
    margin: 0px; 
    padding: 0px;
  }
  a#NavButton    {
    border-width: 6px;
    display: block;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 20px;
    margin: 0px;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 30px;
    list-style-type: none;
    height: 30px;
    padding: 0px;
    width: 120px;
    text-align: center;
    text-decoration: none;

    border-style: outset;
    font-weight: bold;
    color: #000000;
    background-color: #66cccc;
  }
  a:link#NavButton    {
    border-style: outset;
    font-weight: bold;
    color: #000000;
    background-color: #66cccc;
  }
  a:visted#NavButton   {
    border-style: outset;
    color: #000000;
    font-weight: normal;
    background-color: #66cccc;
  }
  a:hover#NavButton     {
    border-style: outset;
    color: #ffffff;
    font-weight: bold;
    background-color: #33ffff;
  }
  a:active#NavButton    {
    border-style: inset;
    font-weight: bold;
    color: #ffffff;
    background-color: #339999;
  }

/************************************************************************************/
/*                                                                                  */
/************************************************************************************/
