li 
{
    color:					#660000;
    background-color:   #ddd;
	font-family:			Arial;
	font-size:				.9em;
    margin-top: 4px;
    padding: 4px;
    border: thin solid #555;
    list-style: none;
}

.list a:visited
{
    display: block;
    color:					#660000;
    text-decoration: line-through;
    font-weight:			bold;
}

.list a:link
{
    display: block;
    color:					#660000;
    text-decoration: none;
    font-weight:			bold;
}

.list a:hover, .list a:active
{
    color:	#ffffff;
    text-decoration: none;
}

