body {background-color: black; color: white; font-family: Georgia; font-size: 14pt;}

b {font-size: 110%; color: #269DDA;}
  b.two {font-size: 120%;}
  b.redsmall {font-size: 90%; color: crimson;}
  b.title2 {color:white; font-size: 160%;}

  p {text-transform: uppercase; text-align: justify;}
  p.small {font-size: 55%;}

hr {color: pink;}
img.border {border: 1px solid #269DDA;}

h1 {font-size: 250%;}
   div#wrap {text-align: center;}
   div#main {width: 620px; margin: 0 auto;
			padding: 5px; border: 0 solid red;}

   p#warning {text-align: justify;}
   p.sales {text-align: center;}
   
  table.mine {border: 1px solid red; width: 365px;}
  table.thumbs {border: 1px solid red;}
  table#recips {width: 600px; border: 0px dashed red;}
  
  
  td.one {background: green;}
  td.two {border-color: red; border: 0 solid}
  td.three {border: 0 solid}
  tr.three {border: 0 solid}
  
  span.fire {color: #C60900;}
  span.ice {color: #269DDA;}
    
  div.small {font-size: 65%;}
  div.thumb {border: 1px solid red; width: 365px; margin: 0 auto; padding: 3px;}
  
a  {color: blue; text-decoration: underline; font-weight:bold; font-style: normal; font-size: 120%;}
a:hover {color: red;}
a:hover span.ice {color: red;}
a:hover b {color: red;}

a.recip {font-size: 85%;}

a.large {font-size: 200%;}