/* CSS Document */

body {
font-family: Lucida Sans, Lucide Sans Unicode, Lucide Unicode, Calibri, Arial;
background-image:url('greybg.gif');
}

#menu {   
padding:0;   
margin:0;   
}   
#menu li {   
list-style-type:none;   
} 

h1 {
font-size: 24px;
text-align: center;
}

p {
font-size: 14px;
}

h4 {
font-size: 18px;
text-align: center;
}

h2 {
font-size: 14px;
text-align: center;
}

#footer p {
font-size: 11px;
text-align: center;
}

#footer a {
font-weight: bold;
}