body{
background:#fcedde;
color:#000000;
font-family:verdana, sans-serif;
font-size:14px;
margin:0px;
}

h1{
font-size:24px;
font-weight:bold;
text-align:center;
color:green;
}

h2{
font-size:18px;
font-weight:normal;
text-align:center;
color:blue;
}

td{
font-size:14px;
}

p.price{
color:#3366cc;
}

div.nav{
width:150px; 
height:650%;
background:#d6ebff; 
padding:15px; 
float:left; 
text-align:center;
font-size:11px;
}

div.main{
width:570px;
padding-left:15px;
float:left;
}

a:link{
color:blue;
text-decoration:none;
}

a:active{
color:#d6ebff;
background:blue;
font-weight:bold;
text-decoration:none;
}

a:visited{
color:green;
font-weight:normal;
text-decoration:none;
}

a:hover{
color:#d6ebff;
background:blue;
font-weight:bold;
text-decoration:none;
}

ul{
list-style:none;
}