/* CSS Document */

body{
background-color: #4169E1;
color: #ffffff;
font-family: Garamond, Arial, sans-serif;
margin: 0px;
}

a:link{
color: #000000;
text-decoration: none;
}

a:visited{
color: #000000;
text-decoration: none;
}

a:active{
color: #000000;
text-decoration: none;
}

a:hover{
color: #ffffff;
text-decoration: underline;
}

a.inactive{
color: #000000;
text-decoration: line-through;
}

.book{
font-family: Arial, sans-serif;
font-size: 14px;
text-decoration: underline;
font-weight: bold;
}

.auth{
font-family: Arial, sans-serif;
font-size: 12px;
font-style: italic;
}