/* cascading style sheet for Hexus */
/* copyright Hexus (Lode, Jaap, Hendrik) */

/* all bbcode styles */

/* [b] */
.bbc-b {
	font-weight: bold;
}
/* [i] */
.bbc-i {
  font-style: italic;
}
/* [u] */
.bbc-u {
  text-decoration: underline;
}

/* [small] */
.bbc-small {
	font-size: smaller;
}

/* [link] */
.bbc-link {
	border-bottom: 1px solid #080;
}
.bbc-link:hover, .bbc-link:focus {
	color: #0A0;
}
/* [url] */
.bbc-url {
	border-bottom: 1px solid #D00;
}

/* [quote] */
.bbc-quote {
	color: #444;
	text-align: center;
}
