@charset "utf-8";
/* CSS Document */

body
{	
font-size: 14px;

background-image:url(background.jpg);
background-repeat: no-repeat;
background-color:#ECDAC4; 
}

p,td,li,h2
{
font-family:Verdana, Arial, Helvetica, sans-serif;
}

ul
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}

li {display:inline}

ul a:hover {background-color:#ff3300;}

.links
{
float:left;
width:6em;
text-decoration:none;
color:white;
background-color:#E3A14A; 
padding:0.2em 0.6em;
border-right:1px solid white;
}


h1
{
font-size: 24px;
text-align: center;
}


img.album
{
margin: 10px;
border: solid 1px black;
}

.fishing
{
text-decoration:none;
color:#0000FF;
}

