/*
wine colored shades

5d1638 - darkest
693848
773b57
804d67
906076
9e7387
ab8698
b898a7
c4aab7
d1bdc6
decfd6
eae1e6
f6f4f5
ffffff - lightest
*/

.toc p.otherlinks a {
text-indent:0;
font-size: .8em;
width: 16em;
text-align:center;
}

.toc {
margin-bottom: 2em;
}

/* create a button look for links */
.toc a:link, .toc a:visited {
background-color: #906076;
border-top: #f0f0f0 solid 2px;
border-right: #5d1638 solid 3px;
border-bottom: #5d1638 solid 3px;
border-left: #f0f0f0 solid 2px;
color: white;
font-family: arial,helvetica,sans-serif;
font-size: 11px;
font-weight: bold;
letter-spacing: 1px;
padding: 3px;
text-decoration: none;
width: 14em;
display: block;
}

.toc  a:hover {
background-color: #b898a7;
}

/* depress effect on click */
.toc a:active, .toc a:focus {
border-top: #5d1638 solid 3px;
background-color: #5d1638;
border-right: #f0f0f0 solid 2px;
border-bottom: #f0f0f0 solid 2px;
border-left: #5d1638 solid 3px;
letter-spacing: normal;
}

