html, body {margin: 0; padding: 0; border: 0;}

body {
color: #000; 
background-color: #cccccc; 
font-family: verdana, sans-serif; 
font-size: 80%; 
text-align: center;
margin: 30px 0;
background-image:url("images/background.jpg");
background-repeat:no-repeat;
}

p  {margin: 0; padding: 8px;}

h1 {font-size: 1.6em; text-align: left; padding: 10px; margin-bottom:-5px;}

h2 {font-size: 1.2em; text-align: center; padding: 10px;}

a {text-decoration: underline; font-weight: bold; color: #000;}
a:hover {text-decoration: underline; font-weight: bold; color: red;}

ul.menu
{
list-style-image:url(images/bullet.png);
font-size:1em;
font-weight:bold;
}

ul.menu li
{
padding-bottom:10px;
}
.photos
{
text-align:center;
}
.photos img
{
border-width:0px;
border-bottom-style:none;
text-decoration:none;
}
.tinyfont
{
font-size:1px;
}

