body { 
background-color: #ddd; /* Background color */ 
color: #222;	/* Foreground color used for text */ 
font-family: Helvetica; 
font-size: 14px; 
margin: 0;	/* Amount of negative space around the outside of the body */ 
padding: 0;	/* Amount of negative space around the inside of the body */
}
h2 { 
background-color: #ccc; 
border-bottom: 1px solid #666; 
color: #222; 
display: block; 
font-size: 18px; 
font-weight: bold; 
padding: 10px 0; 
text-align: center; 
text-decoration: none;
}

ul { 
list-style: none; 
margin: 10px; 
padding: 0;
} 
ul li a {
background-color: #FFFFFF; 
border: 1px solid #999999; 
color: #222222; 
display: block;
font-size: 14px; 
font-weight: bold; 
margin-bottom: -1px; 
padding: 12px 10px; 
text-decoration: none;
}
ul li:first-child a { 
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
}
ul li:last-child a {
-webkit-border-bottom-left-radius: 8px; 
-webkit-border-bottom-right-radius: 8px;
}
h2 { text-shadow: 0px 1px 0px #fff; 
background-image: -webkit-gradient(linear, left top, left bottom,
from(#ccc), to(#999));
}


div.header {
text-align: left; 
font-family: Helvetica; 
font-size: 16px; 
left: 6px;
font-weight: bold; 
color: black;
}
a:link {
	color: #222222;
}

a:visited {
	color: #222222;
}

a:hover {
	color: #8A683C;
}
#t0{overflow:auto;} 
