table { font-size: 10px;
font-family: Verdana;
color: #FFB19E;
text-align: justify; 
background: #FFFFFF;}

td.content { padding: 25px;
vertical-align: top;}

/* Navigation */

a.nav:link, a.nav:active, a.nav:visited
{ font-family: Times New Roman;
text-transform: lowercase;
letter-spacing: 2px;
font-weight: bold;
background: #FF9981;
color: #946168;
padding: 5px;
padding-right: 8px;
padding-left: 10px;
border: none; }

a.nav:hover
{cursor: crosshair;
border:none;
background: #F8D9AB;}

/* Stats Stylesheet */

p.stats { margin-left: 25px;
margin-right: 25px;
text-align: left;
padding: 10px;
border-right: 5px solid #FFD5CA;}

/* 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;
cursor: crosshair;}

img.code { padding: 3px; background: #F8D9AB; border: 1px solid #FF9981; }

img.code:hover { background: #FED3CC; cursor: pointer;}

/* Links */

a:link, a:active, a:visited
{text-decoration: none;
border-bottom: dotted 2px #FFE5C3;
color: #946168;}

a:hover     
{cursor: help;
border-bottom: dotted 2px #FED3CC;}

/* Others */

b {color: #FD817B;
font-weight: normal;
cursor: crosshair;
letter-spacing: 1px;}

i {color: #B1B6DC;
letter-spacing: 1px; 
cursor: crosshair; }

s {color: #FFD5CA;
text-decoration:none;}

blockquote { margin-left: 10px; 
margin-right: 10px;
text-align: left; }

/* Headers */

h1 {
border-bottom: 2px solid #FFB19E;
margin-right: -10px;
margin-left: -10px;
background: url('Images/h_zelos.png') left no-repeat;
color: #FFCBBE;
font-style: italic;
text-transform: uppercase;
font-weight: normal;
letter-spacing: 2px;
font-size: 16px;
font-family: Century Gothic;
padding-top: 3px;
padding-bottom: 7px;
padding-left: 40px; }

h2 {
border-bottom: 2px solid #FFB19E;
margin-right: -10px;
margin-left: -10px;
background: url('Images/h_sheena.png') right no-repeat;
color: #FFCBBE;
text-align: right;
font-style: italic;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 16px;
font-family: Century Gothic;
padding-top: 3px;
padding-bottom: 7px;
padding-right: 40px; }

p.cat {
text-align: center;
font-size: 12px;
letter-spacing: 10px;
color: #946168;
font-family: Courier New;
padding: 10px;
margin-right: 100px;
margin-left: 100px;
border-bottom: dotted 1px #FFD5CA;
border-top: dotted 1px #FFD5CA; }

/* Code */

p.code { font-family: Courier New;
font-size: 12px;
color: #FFB19E;
border: dotted 1px #FFD5CA;
border-right: solid 10px;
border-left: solid 10px;
text-align: center;
text-transform: uppercase;
letter-spacing: 5px;
margin-right: 25px;
margin-left: 25px;
padding: 10px; 
cursor: pointer; }

/* Form Areas */

input, select, textarea, option {
color: #946168;
padding: 2px;
font: 10px Arial;
letter-spacing: 1px;
border: dotted 1px #FFD5CA;
border-right: solid 5px #FFD5CA;
border-left: solid 5px #FFD5CA; }