/* Global Styles */

body {
font-family: Verdana, Arial, sans-serif;
background-color: #000;
}

h2 {
color: #FFF;
}

h4 {
color: #666;
}

p {
color: #FFF;
font-size: 80%;
}

p2 {
color: #333;
}

#header {
padding: 00px;
text-align: left;
background: #000;
}

#header_right {
float: right;
width: 30%;
text-align: center;
background: #000;
}

#sidebar {
float: right;
text-align: left;
font-size: 80%;
width: 20%;
background: #000;
}

#content {
margin-right: 20%;
text-align: left;
background: #000;
}

#content2 {
margin-right: 34%;
}

#footer {
clear: right;
padding: 2px;
font-size: 80%;
background: #000;
}

a:link {
color: 006;
text-decoration: 006;
border-bottom: 1px dotted #006;
}

a:visited {
color: #6FF;
}

a:hover {
color: #600;
text-decoration: #600;
border-bottom: 1px solid #600;
}

a:link {
color: #666;
text-decoration: #FFF;
}

</style>
