body{
background: #433b43 url('images/bg.jpg');
font-family: georgia;
font-size: 11px;
color: #c1acc1;
text-align: justify;
padding: 0;
margin: 0;
}

td{
font-family: georgia;
font-size: 11px;
color: #928293;
text-align: justify;
}

b{
color:#a496ae
}

a:link,a:visited,a:active{
text-decoration: none;
color: #e0dee1;
font-weight: bold;
}

a:hover{
color: #6c5c67;
font-weight: bold;
border-bottom: 1px dotted #a398b6;
}

h1{
font-family: georgia;
font-size: 14px;
color: #a496ae;
text-align: right;
border-bottom: 1px dotted #b594b2;
margin: 0 0 2px 0;
}

ul{
margin: 0 0 0 9px;
padding: 0 0 0 3px;
list-style-type: circle;
}

li{
margin: 0 3px 2px 3px;
}

#nav ul{
margin: 0;
padding: 0;
list-style-type: none;
}

#nav li{
margin: 0 3px 2px 1px;
}

#nav a{
display: block;
background-color: #322d32;
color: #827980;
text-decoration: none;
font-weight: bold;
width: 100%;
padding: 2px;
}

#nav a:hover{
background: url('images/hover.jpg') no-repeat;
color: #827980;
font-weight: bold;
border:0;
}