/* CSS Document */

#sddm
{
	margin: 0;
	padding: 0;}

#sddm li
{       margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        font: bold 11px arial}

#sddm li a
{       display: block;
        margin: 0 1px 0 0;
        padding: 4px 4px;
        width: 96px;
        background: #FFFFFF;
        color: #000000;
        text-align: center;
        text-decoration: none}

#sddm li a:hover
{       background: #ffcc66}

#sddm div
{       position: absolute;
        visibility: hidden;
        margin: 0;
        padding: 0;
        background: #EAEBD8;
        border: 1px solid #ffcc66}

        #sddm div a
        {       position: relative;
                display: block;
                margin: 0;
                padding: 5px 10px;
                width: auto;
                white-space: nowrap;
                text-align: left;
                text-decoration: none;
                background: #EAEBD8;
                color: #000000;
                font: 11px arial}

        #sddm div a:hover
        {       background: #FFCC66;
                color: #000000}
				
#books li
{       font: italic 12px arial}

body {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
strong {
	font-family: Verdana;
	font-size: 15px;
	color: #000000;
}
h1 {
	font-family: Verdana;
	font-size: 18px;
	color: #990000;
}

a:link {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffcc66;
	text-decoration: underline;
}
a:visited {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a:active {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

