/*
Universal
*/
#top {
	background: #000 url(http://files.myopera.com/FireChild/img/myopera_header.gif) repeat-x scroll left top;
}

/*
Blog Page
*/
div.content {
	text-align: justify;
}

/*
Link Page
*/
h1.title, h2.firstheader {
	border-bottom: 1px solid #222;
}
div.linkfo a:link, div.linkinfo a:visited {
	font-weight: bold;
	text-decoration: none;
}
div.linkinfo a:hover, div.linkinfo a:active, div.linkfo a:focus {
	font-weight: bold;
	text-decoration: underline;
}
p.url {
	color: #C80;
}
p.linkdesc {
	color: #AAA;
}