body { 
 background-color: #000000; 
 margin-left: 0px; 
 margin-right: 0px; 
 margin-top: 0px; 
 margin-bottom: 0px; 
 font-size: 11px; 
 font-family: verdana,trebuchet,sans-serif; 
}


/*---  Used in Trackback and Pingback page.  ---*/

H2 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   18px;
 color:       #dc143c;
 font-weight: bold;
}

/*---  Used in Weblog templates to format the title of entries  ---*/

H3 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   14px;
 color:       #003366;
 font-weight: bold;
}

/*---  Used in weblog.php in the left side-bar, and archives.php page to format the date header  ---*/

H4 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #003366;
 font-weight: bold;
}

/*---  Used in comment templates to format text used in the comment form. ---*/

H5 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   18px;
 color:       #ffffff;
 font-weight: bold;
}



/*---  Weblog entry formatting.  ---*/

.weblog {
 padding-bottom: 12px;
}

/*---  Name of author in weblog entries ---*/

.author {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #696969;
 font-weight: normal;
}


/*---  Sidebar Formatting ---*/

.sidebar, .sidebar a { 
 color:       #ffffff;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px; 
}
.sidebar a:link    { color:  #CC9D00; font-weight: bold; text-decoration: none;}
.sidebar a:visited { color:  #CC9D00; font-weight: bold; text-decoration: none;}
.sidebar a:active  { color:  #CC9D00; font-weight: bold; text-decoration: none;}
.sidebar a:hover   { color:  #dcdcdc; font-weight: bold; text-decoration: none;} 

/*---  Sidebar Formatting ---*/

.content, .content a { 
 color:       #000000;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px; 
}
.content a:link    { color:  #dc143c; font-weight: normal; text-decoration: underline;}
.content a:visited { color:  #dc143c; font-weight: normal; text-decoration: underline;}
.content a:active  { color:  #dc143c; font-weight: normal; text-decoration: underline;}
.content a:hover   { color:  #CC9D00; font-weight: normal; text-decoration: underline;} 
