.st_prevnext { /* Used for all previous and next links */
font-weight: bold;
}
.st_more { /* The "More..." text */
font-weight: normal;
font-style: italic;
}

.st_pollhead { /* For poll headings */
font-weight: bold;
}
.st_pollq { /* Poll question */
font-style: italic;
}

.st_galllink { /* In the "show all galleries" page, the names of the galleries */
font-weight: bold;
}
.st_gallpics { /* In the "show all galleries" page, the number of pictures */
font-style: italic;
}

.st_blogtitle { /* Blog/news post titles */
font-weight: bold;
}
.st_blogdetails { /* Blog/news "posted by" etc */
font-style: italic;
}
.st_blogcommline { /* Blog/news comments text line*/
font-size: 10px;
}
.st_blogcommlinks { /* Blog/news comments links*/
font-weight: bold;
}
#st_blogspacing { /* Blog/news gaps between title, post and comments */
height: 6px;
}
#st_blogdivider { /* Blog/news gaps between posts */
margin-top: 5px;
margin-bottom: 5px;
height: 1px;
}
.st_newsheads { /* News headlines list links */
font-weight: bold;
}

.st_commentshead { /* Heading on comments box */
font-weight: bold;
}
.st_commentsname { /* Name in comments box */
font-style: italic;
}
.st_commentstext { /* Heading on comments box */
font-weight: normal;
}
.st_commentslink { /* Links in comments box */
font-weight: bold;
}
.st_guesthead { /* Text at the top of guestbook entries */
font-style: italic;
font-weight: bold;
color: #ccc;
width: 100%; 
border-top: 1px solid #fff;
}
.st_guestlink { /* Links at the top of guestbook entries */
font-style: italic;
text-decoration: none;
}
.st_guestfoot { /* Text at the bottom of guestbook entries */
font-size: 10px;
color: #ccc;
}

.st_printable { /* Printable version text */
font-weight: bold;
}

.st_rss { /* RSS box */
border:1px solid;
border-color:#FC9 #630 #330 #F96;
padding:0 3px;
font:bold 10px verdana,sans-serif;
color:#FFF;
background:#F60;
text-decoration:none;
margin:0; 
}