#spContainer {
       margin-left: -5px;
       margin-top: -10px;
       width: 99%;
}

#spContainer a {
       color: #000000;
       font-weight: normal;
       text-decoration: none;
}

#spContainer a:hover {
       background-color: #CCCCCC;
       text-decoration: none;
}

#spContainer h1 {
       margin-bottom: 8px;
}

#spContainer h2 {
       font-size: 14px;
       margin-top: 8px;
}

#spContainer p {
       margin-top: 10px;
       margin-bottom: 10px;
}


#topicsContainer {
        margin-left: 25px;
        margin-top: 10px;
	width: 180px;
        float: left;
}

#contentContainer {
        margin-top: 10px;
        padding-left: 35px;
        width: 535px;
        float: left;
}

#contentContainer a {
        color: blue;
        text-decoration: underline;
}

#contentContainer a:hover {
        background-color: none;
        color: blue;
        text-decoration: underline;
}

.sptopic {
     font-weight: normal;
}

.sptopic ul {
     padding: 0px;
     margin: 5px 0px 0px 25px;
     list-style-type: circle;
}

.author {
     color: #666666;
}

.linkurl {
     color: green;
}