body {
    background: #303030;
    color: #606060;
    font: Normal 12px Arial, Helvetica, sans-serif;
    line-height: 14px;
    margin: 0px;
    padding: 0px;
}


a { 
    color: #202020;
    text-decoration: none;
}

a:hover { 
    color: #101010;
}

h1 {
	font-size: 22px;
	font-weight: normal;
}

dt {
	margin-top: 20px;
	border-bottom: solid 1px #d0d0d0;
	font-size: 24px;
	padding-bottom: 5px;
	text-align: right;
	color: #d0d0d0;
}

dd {
	margin-left: 0px;
	padding-top: 5px;
	width: 90%;
}

p {
	line-height: 7px;
}

#picture {
	height: 55px;
	width: 70px;
}

img {  
	border-style: none;
}

img#feed {
	width: 18px;
	height: 18px;
	float: right;
}

#stream { 
	background: white;
	float: left;
	padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 5px;
        text-align: left;
        border-bottom: solid 7px #a0a0a0;
}

#stream h1 a {
	text-decoration: none;
        color: #606060;
}

#stream h1 img {
	vertical-align: -17px;
}
