/*	Overall Site Style	*/


a:active,a:link,a:visited {color: #9ec0bd;
text-decoration: underline;}

a:hover {color: #9ec0bd;
text-decoration: overline;}

body 
{font-family : Lucida Grande, Arial, Verdana, sans-serif;
font-size: 12px;
background-color: #000000;
color: #FFFFFF; 
}

input, textarea, select
{background-color: #000000; 
color: #9ec0bd; 
border: 1px solid #9ec0bd; 
font: 10px verdana;} 

table, td, tr 
{border-collapse: collapse;
font-family : Lucida Grande, Arial, Verdana, sans-serif;
font-size: 12px;}

p {
text-align: justify;
}

.whole {background-color: #000000;}

#content
{
margin-right: 5px;
margin-left: 5px;
width: 640px;
}

h1 {
text-align: right;
font-weight: bold;
font-style: italic;
font-size: 22px;
font-family: century gothic, verdana;
text-transform: uppercase;
color: #9ec0bd; 
margin-bottom: 0px;
margin-top: 0px;
}

h2 {
text-align: left;
font-weight: bold;
font-style: italic;
border-bottom: 1px solid #9ec0bd;
font-size: 22px;
font-family: century gothic, verdana;
color: #9ec0bd; 
text-transform: uppercase;
}