.inputbox{
	color:#fc3;
	background:#369;
	border: 1px dashed #fff;
}
.inputbox:focus{
	color:#369;
	background:#fc3;
	border: 1px dashed #369;
}
.button{
	color:#369;
	background:#fc3;
	border: 1px solid #fff;
}
a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	color:#369;
	background:#fc3;
}
a:visited{
	color:#fff;
	text-decoration:none;
}
table.newsfeed {
border:solid 1px;
}

table.newsfeeds td,table.weblinks td,table.category td {
border-right:solid 1px #EEE;
padding:5px;
}

table.newsfeeds th,table.weblinks th,table.category th {
background:#EEE;
padding:5px;
}

table.newsfeeds,table.weblinks,table.category {
border:solid 1px #eee;
font-size:1em;
margin:20px 0;
}

