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


a { 
    color: #202020;
}

a:hover { 
    color: #101010;
}

h1 {
	font-size: 24px;
}

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%;
}

li { 
	list-style: none;
}

p {
	line-height: 7px;
}

#picture {
	height: 77px;
	width: 100px;
}

img {  
	border-style: none;
}

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

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

#stream h1 {
	font-size: 38px;
	font-weight: normal;
}

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

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