@charset "iso-8859-1";
/******************************************************************************
* Defines styles for the nextinx page on the PurseLady website.                           *
******************************************************************************/
/* insert this line before the /head tag: <link href="purselady.css" rel="stylesheet" type="text/css">  */

a {color: #dddddd;
     font-weight: medium;
     font-size: 11pt;
     font-family: arial, modern, verdana, helvetica;
     text-decoration: none;
     
}   /*sets the color of a link*/

a:hover {color: #ffffff; text-decoration: underline; bold; font-weight: heavy; background-image: url('.jpg');
}
/* Background tile or color */
p { color: #000000;
       font-family: Arial, Helvetica, sans-serif; font-size: 12pt;
       text-align: left;
       padding:  4px;
}


.box {
  background: #ffffff; color: #000000;
  border-color: #000000; border-style: solid; border-width: 1px;
  padding: 4px;
  font-family: arial, helvetica, san-serif; font-size: 11 pt;
  text-align:center;
}
/* Outermost box and border. Set color, thickness and and style of the border here */ 
.obox {
  background: #ffffff; color: #000000;
  border-color: #000000; border-style: solid; border-width: 2px;
  padding: 2px;
  position:absolute;
 top:0;
}
.outbox {
 background-image: url('.jpg');  color: #000000;
  font-family: arial, helvetica, san-serif;  font-size: 12 pt; font-weight: bold;
  border-color: #4c4646;   border-style: solid; border-width: 1px;
  padding: 6px; padding-left: 6px; padding-right:6px;
  text-align:center;
  } 
  
/* Menu selection Button, adjust color, font, font size, padding, colors, ect... */ 
.inbox {
  background-image: url('bttn.jpg');  color: #000000;
  font-family: arial, helvetica, san-serif;  font-size: 12 pt; font-weight: bold; font-color="#FFFFFF";
  /* der-color: #4c4646;   border-style: solid; border-width: 0px; */
  padding-left: 4px; padding-right:4px;
  text-align:center;
  }
/* #8DA394 */
h1 {   font-family: Arial, Helvetica, sans-serif; 
       text-align: center;
      }
.cell {font-family: arial, helvetica, san-serif;  font-size: 8 pt;}
