/* And now for the guestbook specific css */

a, a:link, a:visited, a:hover, a:active

{   
    text-decoration: none;
}

td {
	color : #ffffff;
	padding: 10px;
}

td.upper {
	color : #FFFFFF;
	background : #88787d;
	font-family : Arial, Verdana,  Sans-Serif;
	padding: 10px;
}

font.smaller {
	font-size: smaller;
}

table.entries {
	font-family : Arial, Verdana,  Sans-Serif;
	font-size: smaller;
	border: #88787d 1px solid;
	width: 100%;
}

input {
	font-size: smaller;
	font-family: Arial, Verdana,  Sans-Serif;
	color:#000000;
	background-color:#FFFFFF;
}

#contentGuestBook
{
    width: 580px;
    float: right;
}

.guestBookMenu 
{
    font-size: 95%;
    text-decoration: none;
    margin: 20px 0 10px 10px;
    text-align: left;
    line-height: 1.9em;
    width: 150px;
}

ul 
{
    width: 55%;
    margin: 20px auto;
    padding: auto;
    list-style-type: none;
}

li
{
    text-align: left;
}