body {

margin: 30px;
background-color: #EED5D2;
font-family: sans-serif;

}

#wrap {

padding:5px;
background-color: white;

}

#header {

background-color: #EED5D2;
background-image: url('http://www.sccs.swarthmore.edu/users/04/lanxle/ricefade.jpg');
margin: 10px;
padding: 20px;
text-align: center;

}

#menu {

background-color: #A78D84;
margin: 10px;
padding: 20px;
text-align: left;
color: black;
text-align: center;

}

#main {

background-color:#CDB7B5;
margin:10px;
padding: 20px;
text-align: left;
color: black;

}


.title {

font-size: 20px;

}

.subtitle {

text-align: center;
font-size: 12px;

}

.update {

text-align: center;
font-size: 20px;

}


p {


text-align: left;
color: black;

}

a:link {color:black;text-decoration: underline;}
a:visited {color:black;text-decoration: underline;}
a:hover {color:black;text-decoration: underline;}
a:active {color:black;}