html {
    height: 100%
}
body, html {
    padding: 0;
    margin: 0;
    background: #000;
    font-family	: arial, sans-serif;
	color: #ddd;
}
/* 
IE 5.x windows has a bug where font size isn't inherited from the body tag.
See: http://www.webhostingtalk.com/archive/thread/305618-1.html
*/
table, tr, td, ul, ol, li, input, select, textarea { font-size:100% }

body {
    font-size: .7em;
}

a img {
	border: 0;
}
a:link, a:visited, a:hover{
    text-decoration: none;
    color: #ddf;
}
a:hover {
    text-decoration: underline;
    color: #fff;
}
