;
scrollbar-track-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-face-color: #ff0000;
scrollbar-highlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-3dlight-color: #000000;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits normal text */
font:normal 12px Tahoma;
line-height:14px;
color:#ff0000;
letter-spacing:0px;
text-align:center;
}
;
text-transform:uppercase;
font-size:20px;
line-height:10px;
font-weight:bold;
color:#ffff00;
letter-spacing:0px;
background-color: #000000;
text-align: left;
border: 3px
border-color:#ff0000;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:#000080;
text-decoration: none;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color:#ffff00;
text-decoration: bold;
}
a:hover {
/* makes the links change color when you touch them*/
color:#ff0000;
cursor: se-resize;
text-decoration: bold;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 3px solid #ff0000;
font:normal 14px Tahoma;
background-color: #000000;
letter-spacing:0px;
color: #ff0000;
}
table.left {
/* this edits the modules */
border: 3px solid #ff0000;
width:100px;
background-color: #000000;
}
table.blogbody {
/* this edits the way your entries are gonna look*/
border: 3px solid #ff0000;
background-color: #000000;
width:200px;
}
table.left th {
/* on your menu module, this edits the title part of it */
background-image: none;
background-color: #000000;
font: normal 20px Tahoma;
text-transform: uppercase;
color: #000080;
border: 3px solid #ff0000;
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-image: none;
background-color: #000000;
border: 3px solid #ff0000;
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color: #000000;
border: 3px solid #ff0000;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 3px solid #ff0000;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 300px;
}
hr {
/* horizontal divider */
border: 3px solid #ff0000;
}
</style>