/****************************************
*
*   standard.css
*
****************************************/

a:link        {color:#c0c0c0;}
a:visited     {color:#c0c0c0;}
a:active      {color:#00ffff;}
a:hover       {color:#ffd700;}
p             {text-indent:1.0em;}
.new          {color:yellow;}
.upd          {color:yellow;}
.bold         {font-weight:bold;}
.small        {font-size:0.8em;}
.inside       {
  background:#5f4b32 url(images/inside.jpg) repeat-x 0px 0px;;
}
.outside      {background-color:#808080;}
.menu         {background-color:#333333; width:60%; padding-left:20px;}
.price        {background-color:#444444; text-align:right; padding-right:20px;}
.profile      {background-color:#696969; width:50%; padding-left:20px;}
.provalue     {background-color:#808080; padding-left:20px;}
.subtitle     {color:#c0c0c0;}
.red          {color:#ff0000;}
.gold         {color:#ffd700;}
body          {
  background:#000000 url(images/body.jpg) repeat-x 0px 0px;;
  color:#ffffff;
  margin:0px;
}
div.top {
  text-align:center;
}
div.image {
  text-align:center;
}
table.image td {
  text-align:center;
  vertical-align:middle;
}

/******************************* END ***/

