/*CSS for John Billing site
*/

body{	
        font-family:"Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	background-color: silver;
	padding: 0px;
	line-height: 125%;
	text-align: center;
	}

h1{
        font-family:"Palatino Linotype", Palatino, "Times New Roman", Times, serif;
        font-size: medium;
        font-weight: bold;
        }

h2{
        font-family:"Palatino Linotype", Palatino, "Times New Roman", Times, serif;
        font-size: medium;
        font-weight: normal;
        }
h3{
        font-family:"Palatino Linotype", Palatino, "Times New Roman", Times, serif;
        font-size: small;
        font-weight: bold;
        }  
p{
        font-family:"Palatino Linotype", Palatino, "Times New Roman", Times, serif;
        font-size: small;
        font-weight: normal;
        }   
a{
	font-weight: bold;
	}
a:link{
	color: black;
	}
a:visited{
	color: gray;
	}
a:hover{
	text-decoration: none;
	color: white;
	background-color: black;
	}
a:active{
	color: silver;
	background-color: gray;
	}

table.programme{
        border-collapse:collapse;
        border: 1px solid black
}
table.programme td{
        padding: 4px;
        border: 1px solid black;
        font-size: small;
        background-color: #FFFFCC;
}
#navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px;
background-color: #FFFFCC;
}
#navlist a:hover
{
color: black;
background-color: white;
text-decoration: none;
}
.feature {float: left; margin: 10px; }
#float {float: right; width: 360px; }