A:link		{ color: #333333; text-decoration: none; }
A:active	{ color: #C0C0C0; text-decoration: none; }
A:visited	{ color: #333333; text-decoration: none; }
A:hover		{ color: #999999; text-decoration: none; }

#full {
  height : 100%;
  width : 100%;
}

table {
  border : 0;
}

html,body {
  margin : 0;
  padding : 0;
  height : 100%;
  border : none
}

body {
    font-family : verdana, arial, helvetica;
    background : #333333;
}

p.head {
   text-align :	center;
   color : #333333;
   font-family : "courier new";
   font-size : 42pt;
   font-weight : bold;
}

p.menu {
   text-align : center;
   color : #333333;
   font-family : verdana;
   font-size : 8pt;
   font-weight:	bold;
}

p.body {
   text-align : left;
   color : #333333;
   font-family : verdana;
   font-size : 8pt;
}

p.bodyhead {
   font-weight : bold;
   text-align : left;
   color : #333333;
   font-family : verdana;
   font-size : 8pt;
}

p.price {
   text-align : right;
   color : #333333;
   font-family : verdana;
   font-size : 8pt;
}

p.bottom {
   text-align : center;
   color : #333333;
   font-family : "courier new";
   font-size : 8pt;
}

