<style type="text/css">
body {
background-color: #000000;
background-image:url(http://tinypic.com/atvrmb.gif);
background-repeat:repeat;
background-position:center;
background-attachment: fixed;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #000000;
scrollbar-shadow-color: #FF6699;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FF6699;
scrollbar-3dlight-color: #FF6699;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 9px verdana;
line-height:10px;
color: #000000;
letter-spacing:0px;
text-align:center;
}
table.footer TD {
/* this makes the footer at the top centered */
/* leave it alone unless you know what to do*/
text-align: center;
}
div.blogheader, .caption {
/* edits the dates */
font:bold 15px small fonts;
text-transform: uppercase;
line-height:10px;
color: #FFFFFF;
letter-spacing:0px;
text-align:center;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:#000000;
font:normal 10px terminal;
text-decoration: none;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color:#000000;
font:normal 10px terminal;
text-decoration: none;
}
a:hover {
/* edits when user mouseovers the links */
color:#FFFFFF;
cursor: Crosshair;
font:italic 11px georgia;
text-transform: lowercase;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 2px solid #000000;
font:normal 10px terminal;
text-transform: lowercase;
background-color: #FF6699;
letter-spacing:0px;
color: #FFFFFF;
}
table.left {
/* this edits the menu module */
border: 2px solid #000000;
width:160px;
background-color: #FF6699;
}
table.blogbody {
/* this edits the other the place where the blog is */
border: 2px solid #000000;
background-color: #FF6699;
width:280px;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-image: url(http://url.com/to/the/site/image.gif);
background-color: #FF6699;
font: normal 11px georgia;
text-transform: lowercase;
color: #FFFFFF;
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-image: url(http://url.com/to/the/site/image.gif);
background-color: #FF6699;
border: none;
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color: #FF6699;
border: 1px solid #000000;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 0px solid #000000;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 400px;
}
hr {
/* horizontal divider */
border: 9px solid #000000;
}
</style>