﻿@charset "utf-8";
/* CSS Document */

/* header styles */

h2 {
 color:#ff0099; 
 font-style:italic;
 font-weight:normal;
 font-size:large;
 }
 
h3 {
 font-size:medium;
 border-bottom:1px #ffffff dotted;
 color:#ff0099;
 margin:0px;
 padding:0px;
 margin-top:20px;
 font-weight:normal;
 }

/* font styles */

body { 
 font-family: "Trebuchet MS", Verdana, sans-serif; 
 }

#navigation {
 font-size:small;
 }
#navigation a:hover {
 text-decoration:none;
 }

#bar {
 font-size: 12px; 
 vertical-align: middle; 
 text-align:center; 
 }

p {
 padding:0px;
 margin:5px 0px 0px 0px; 
 }
 
/* colorsss */

body { 
 background: #000000; 
 }

#middle_content {
 background: #000000;
 border: 1px solid #222222;
 color: #B4B4B4;
 }

#navigation a {
 color:#666;
 }
#navigation a:hover {
 color:#fff;
 }
#navigation .here { 
 color:#333;
 }
 
#bar { background-color: #300040; color: #FFFFFF; border-top: outset 1px purple; border-color: #300040;  }