/* Table Style */

table { font-size: 12px;
font-family: Verdana;
color: #FFFFFF; }

td.content { 
padding: 40px;
padding-top: 10px; 
vertical-align: top;
text-align: justify; }

td.header
{background: url('Images/header.png');
height: 350px;
vertical-align: bottom;
text-align: right;
padding: 10px;}

/* Stats Stylesheet */

p.stats { margin-left: 25px;
margin-right: 25px;
text-align: justify;
padding: 10px;
padding-left: 15px;
padding-right: 15px;
margin-right: 50px;
margin-left: 50px;
border-left: 15px #D82863 solid;
border-right: 15px #D82863 solid; 
border-bottom: 1px #D82863 solid;
border-top: 1px #D82863 solid; 
cursor: crosshair;}

/* Images */

img { border: 0px; }

img.code { padding: 3px; border: solid 3px #D82863; background: #FFFFFF; }

img.code:hover { cursor: move; background: #000000; }

/* Links */

a:link, a:active, a:visited
{text-decoration: none;
letter-spacing: 1px;
color: #D82863;
font-family: Verdana;
padding-bottom: 1px; }

a:hover     
{cursor: help;
color: #DF8FB4;}

a.img:link, a.img:hover, a.img:active, a.img:visited
{ border: none; padding: 0px; cursor: crosshair; }

/* Navigation */

a.nav:link, a.nav:active, a.nav:visited
{text-decoration:none;
padding: 5px;
padding-left: 10px;
border-left: 10px #D82863 solid;
letter-spacing: 1px;
text-weight: bold;}

a.nav:hover
{border-left: 20px #FFFFFF solid;}

/* Headers */

h1 {
color: #BF7E7A;
margin-right: -15px;
margin-left: -15px;
border-bottom: solid 1px #6B5655;
padding: 5px;
letter-spacing: 5px;
text-transform: uppercase;
font-size: 16px;
font-family: Times New Roman; }

h2 {
border-left: 5px solid;
color: #DF8FB4;
font-size: 12px;
margin-left: -10px;
letter-spacing: 2px;
padding-left: 10px; }

/* Others */

b {color: #75122F;
font-weight: bold;
cursor: crosshair;
letter-spacing: 1px;}

i {color: #884E42;
letter-spacing: 1px; 
cursor: crosshair;
font-style: italic; }

s {color: #DF8FB4;
text-decoration: none;
font-weight: bold;
text-transform: lowercase;
font-style: italic; }

/* Code */

p.code { color: #D82863;
text-align: center;
text-transform: lowercase;
letter-spacing: 5px;
margin-right: 50px;
margin-left: 50px;
border-left: 10px solid;
border-right: 10px solid;
padding: 5px; 
cursor: pointer; }

p.code:hover
{color: #FFFFFF;
border-left: 20px solid;
border-right: 20px solid;}

/* Form Areas */

input, select, textarea, option
{ padding: 5px;
letter-spacing: 1px;
border: solid 1px;
border-right: solid 5px;
border-left: solid 5px;
color: #D82863;
background: #000000; }