
/* DEFAULT BODY TYPE */
   BODY     {color: black;
             background-color: floralwhite; 
             font-family: palatino, times, serif;
             font-size: 13px; 
             font-style: normal; 
             font-weight: normal; 
             letter-spacing: 1px;
             text-decoration: none;
             text-align: center;
             border: 2px none green}

 /* DEFAULT DIV TYPE */
    DIV  {position: absolute; margin: auto
          background-color: inherit;
          visibility: visible}
                  

 /* DIV TYPE FOR ENCLOSING BOX */
    .bigbox     {position: absolute; margin: auto; 
                 height: 800px; width: 900px;
                 left: 0px; right: 0px;
                 border: 2px none green}


    .bigframe   {position: absolute; margin: auto;
                 top: 0px; left: 130px; right: 130px; 
                 height: 98%; width: 640px; 
                 text-align: left;
                 background-color: white;
                 border: 2px solid #e2cfb6}

    .textbox  {position: absolute; margin: auto;
               top: 0px; height: 96%; width: 540px; 
               left: 0px; right: 0px;
               text-align: left;
               background-color: inherit;
               border: 2px none tan}



/* DEFAULT IMAGE TYPE WITH WIDE BORDER */
   IMG      {border:2px solid darkgray}

/* BOX FOR TOP LINKS */
   DIV.topbox   {margin: auto;
                 top: 10px; left: 0; right: 0; 
                 height: 20px; width: 900px; 
                 visibility: visible;
                 background-color: inherit;
                 vertical-align: middle;
                 border: 1px none tan}

 /* GENERIC LINK */
    A       {color: #000099;  text-decoration: none;
             border-style: solid; border-width: 2px; 
             border-color: transparent}

    A:hover  {color: #000066; text-decoration: none;
              border-style: solid; border-width: 2px; 
              border-color: tan}

 /* LINK AT TOP OF PAGE */
    A.toplink  {font-size: 18px;   
                font-family: times, serif;
                font-style: italic;
                font-weight: normal; 
                vertical-align: middle;
                line-height: 1.0;
                letter-spacing: 1px; 
                background-color: inherit;
                margin: 0px 14px 0px 14px;
				padding: 0px 4px;
                cursor: pointer}
				
    A.toplink:hover  {color: #000066; text-decoration: none;
                      border-style: solid; border-width: 2px; 
					  line-height: 2em; padding-top: 0px;
                      border-color: tan}

 /* LINK AT TOP OF PAGE */
    A.buylink  {font-size: 20px;   
                font-family: times, serif;
                font-style: italic;
                font-weight: normal; 
                vertical-align: middle;
                line-height: 1.0;
                letter-spacing: 1px; 
                background-color: inherit;
                margin: 0px 16px 0px 16px;
                cursor: pointer}
				
    A.buylink:hover  {color: #000066; text-decoration: none;
                      border-style: solid; border-width: 2px; 
					  line-height: 2em; padding-top: 20px;
                      border-color: tan}



 /* SMALLISH */
 .smalltex    {font-size: 12px;   
               font-style: normal;
               font-weight: bold;
               letter-spacing: 1px; 
               text-decoration: none; 
               margin: 4px 0px 4px 32px}

/* DEFAULT FOR CAPTIONS */
.captex       {font-size: 16px;  
               font-style: italic;
               font-weight: normal;
               letter-spacing: 0px; 
               line-height: 1.4; 
               text-decoration: none; 
               margin: 16px 16px 16px 16px}

/* MEDIUM SIZE */
.medtex       {font-size: 13px;   
               font-style: normal;
               font-weight: bold;
               letter-spacing: 1px; 
               line-height: 1.4; 
               text-decoration: none; 
               margin: 4px 0px 4px 16px}

/* LARGISH */
.largetex     {font-size: 15px;   
               font-style: italic;
               font-weight: bold;
               letter-spacing: 1px; 
               text-decoration: none; 
               margin: 16px 0px 16px 0px}

 /* SANS-SERIF */
.sanstex    {font-size: 12px;   
             letter-spacing: 3px; 
             font-family: verdana, geneva, sans-serif;
             text-decoration: none; 
             margin: 4px 0px 4px 16px}





