body {
background-color: #fff;
background-image: url(/images/pinkgingham.gif);	
text-align: center;
}

#wrapper {	
background-image: url(/images/pinkspeck.gif);
border: 1px solid #B37382;
width: 90%;
margin: auto;
}

#background {
background-image: url(/images/stripeback2.gif);
width: 90%;	
margin: auto;
text-align: left;
padding: 10px;
margin-bottom: 20px;
}

h2 {
text-align: center;
}

td {
border: 1px solid #B37382;
}

a:link {
color: #006699;
text-decoration:none; 
}

a:hover, active {
color: #c00000;
text-decoration:none; 
}

a:visited {
color: #c00000;
text-decoration: underline; 
}