/*Sue Liang*/


body {
	font-family: georgia, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: 1.4em;
	color: #000033;
	margin: 40px 40px 10px 40px;
	background-image: url(images/vstrip.gif);
  	background-attachment: fixed;
}
.menu {
float: left;
margin: 0;
padding: 0;
width: 180px;
border-left: 10px solid #ffa1a3;
}
.menu li {
list-style-type: none;
border-bottom: 1px solid #885b5c;
}
.menu li a{
background: white url(images/vstrip.gif) repeat-y left top;
font: bold 13px;
display: block;
color: black;
width: auto;
border-bottom: 1px solid white;
padding: 7px 0;
text-indent: 8px;
text-decoration: none;
}
.menu li a:active {
color: black;
}
.menu li a:hover {
background-position: -387px 0;
}

#content {
font-style: italic;
margin-left: 220px; 
line-height: 3em;
}
.a {
color: #885b5c;
}
.p { 
color: #ffa1a3;
}
.w {
color: white;
}
h1 {
font-size: 8em;
text-align: left;
}
h2 {
font-size: 6em;
text-align: center;
}
h3 {
font-size: 4em;
text-align: right;
}