.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;
}
.st_guestlink { /* Links at the top of guestbook entries */
font-style: italic;
}
.st_guestfoot { /* Text at the bottom of guestbook entries */
font-size: 10px;
}

.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; 
}
.st_rss:hover {
color:#eee;
background:#F72;
text-decoration:none;
}
.st_poll { /* The height of the bars in poll answers */
height: 10px;
}
.st_feedtitle { /* RSS feed - title */
font-size: 14px;
}
.st_feeddesc { /* RSS feed - description */
font-size: 13px;
}
.st_feedlink { /* RSS feed - heading and link to article*/
font-size: 12px;
}
.st_feedtext { /* RSS feed - article text*/
font-size: 12px;
}
.st_feedauthor { /* RSS feed - article author */
font-size: 10px;
padding-left: 5px;
}
.st_feedpub { /* RSS feed - when published */
font-size: 11px;
padding-left: 5px;
padding-bottom: 5px;
}
.st_feedfooter { /* RSS feed - last update and copyright*/
font-size: 10px;
}

