body { font-size: 10px;
font-family: Tahoma;
color: #7D7475;
text-align: justify; }

/* Stats Stylesheet */

a.stats:visited, a.stats:link, a.stats:active, a.stats:hover, b.stats { color: #B00000; font-weight: normal; }

p.status { 
text-align: left; 
margin-right: 35px; 
margin-left: 35px; 
padding: 10px;
color: #582A2D;
background: #3C0001; }

/* Fixed Tip */

#fixedtipdiv {
position: absolute;
padding: 5px;
border: 2px solid #600000;
line-height: 15px;
z-index:100;
text-align: center; }

/* Images */

img { border: 0px;}

a.img:visited, a.img:link, a.img:active, a.img:hover
{text-decoration: none;
border: 0px;
padding: 0px;
letter-spacing: 0px;}

img.code { padding: 3px; background: #3C0001; border: 1px solid #7D7475; }

img.code:hover { background: #BD000E; cursor: move;}

/* Links */

a:visited
{ text-decoration: underline;
border-bottom: dashed 1px;
padding: 1px;
color: #600000; 
font-weight: bold;
letter-spacing: 1px;
text-transform: lowercase; }

a:link, a:active
{text-decoration: underline;
border-bottom: dashed 1px;
color: #4040FF;
font-weight: bold;
padding: 1px;
letter-spacing: 1px;
text-transform: lowercase;}

a:hover     
{cursor: help;
text-decoration: overline;
border-top: dashed 1px;
border-bottom: 0px;
padding: 1px;}

a.move     
{cursor: pointer;
background: none;
border: 0px; 
padding: 0px; }

/* Others */

b {color: #600000;
font-weight: bold;
text-transform: lowercase;
letter-spacing: 2px; 
cursor: crosshair;}

i {color: #900000;
letter-spacing: 1px; 
cursor: crosshair; }

blockquote { margin-left: 10px; 
margin-right: 10px;
text-align: left; }

p.head {
border-top: 3px solid;
border-bottom: 1px dashed;
font-size: 14px;
font-family: Impact;
font-style: italic;
color: #3C0001;
text-align: right;
letter-spacing: 5px;
text-transform: lowercase; 
padding-right: 25px;
padding-top: 5px;
padding-bottom: 5px; }

p.code { border: 1px dashed #300000;
color: #600000;
font-family: Times New Roman;
text-align: center;
text-transform: uppercase;
letter-spacing: 1px; 
margin-right: 15px;
margin-left: 15px;
padding: 5px; }

input, select, textarea, option {
border: 1px dashed #300000;
color: #600000;
padding: 2px;
background: #000000;
font: 10px Tahoma;
text-transform: lowercase;
letter-spacing: 1px; }