table { font-size: 10px;
font-family: Arial;
color: #4E8FAD;
text-align: justify; }

td.content { 
padding-left: 10px;
padding-bottom: 25px;
vertical-align: top;}

/* Navigation */

td.nav {padding-bottom: 15px;
width: 150px;}

a.nav:link, a.nav:active, a.nav:visited
{color: #6CA5B9;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 9px;
padding: 5px;
padding-left: 10px;
font-family: Arial;
font-weight: bold;
border-left: solid 5px #E3F2F7;
border-bottom: 0px;}

a.nav:hover {cursor: crosshair;
border-left: solid 5px #399ABA;}

/* Stats Stylesheet */

p.stats { margin-left: 25px;
margin-right: 25px;
text-align: left;
padding: 10px;
border-right: 5px solid #E3F2F7;}

/* 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: #E3F2F7; border: 1px solid #4E8FAD; }

img.code:hover { background: #4E8FAD; cursor: move; border: 1px solid #E3F2F7;}

/* Links */

a:link, a:active, a:visited
{text-decoration: none;
border-bottom: solid 2px #E3F2F7;
color: #52B3C6;
font-weight: bold;
text-transform: uppercase;}

a:hover     
{cursor: help;
border-bottom: solid 2px #399ABA;}

/* Others */

b {color: #967C9F;
font-weight: bold;
text-transform: uppercase;
cursor: crosshair;}

i {color: #C1B4CE;
letter-spacing: 1px; 
cursor: crosshair; }

blockquote { margin-left: 10px; 
margin-right: 10px;
text-align: justify; }

/* Header */

p.head {
border-bottom: 2px dashed #C8E4E4;
margin-right: -10px;
margin-left: -10px;
color: #6BBBBA;
font-style: italic;
text-transform: lowercase;
letter-spacing: 2px;
font-size: 14px;
font-family: Century Gothic;
padding-bottom: 5px;
padding-left: 20px; }

/* Code */

p.code { font-family: Arial;
font-size: 10px;
color: #4CA3BE;
border: solid 2px #E3F2F7;
text-align: center;
text-transform: lowercase;
letter-spacing: 3px;
margin-right: 25px;
margin-left: 25px;
padding: 10px; 
cursor: pointer; }

/* Form Areas */

input, select, textarea, option {
color: #4CA3BE;
padding: 2px;
font: 10px Arial;
letter-spacing: 1px;
border: solid 2px #E3F2F7; }