body {
background-image: url(sand.jpg);
background-repeat: repeat;
background-attachment: fixed;
text-align: center;
}


#container {
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #FFFFCC;
background-color: #666666;
width: 700px;
text-align: left;
padding: 10px;
border: thick dotted #00FFFF;
}


#pageHeader {
background-image: url(header.jpg);
height: 150px;
width: 700px;
}


#pageHeader h1, h2 {
display:none;
}


a:link {
color: #CCCCCC;
text-decoration: none;
font-weight: bold;
font-style: italic;
}


a:visited {
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
font-style: italic;
}


a:hover {
color: #CCCCCC;
text-decoration: blink;
font-weight: bold;
font-style: italic;
}


a:active {
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
font-style: italic;
}