/* CSS Document */
.container {width:350px; border:#999999 1px solid; overflow:hidden;}
.title {width:100%; border-bottom:#999999 1px solid;}
.footer {width:350px; font-size:0.8em; text-align:left; background:#999999; padding-left:5px; border-top: #333 solid 1px;}

body{
font-family:Arial, Helvetica, sans-serif; font-size:82%;
background:#DDDDDD; text-align:center; margin:0; padding:10px;}

a:link, a:visited, a:active { color:#000; text-decoration: none;}
a:hover { color:#000; text-decoration: underline;}
