@import "reset.css";

a {
    text-decoration:none;
    color: #0066cc;
    font-weight:bold;
    border:none;
}

a:hover {
    color: #003399;
    text-decoration:underline;
    font-weight:bold;
}

.w3bz-post {
	margin: 0.5em;
	padding: 0.5em;
}

.w3bz-post>h3 {
	font-weight: bold;
	text-transform: uppercase;
}

.w3bz-post>h5{
	font-weight: bold;
}

.w3bz-post>p{
	margin-top: 10px;
}

.w3bz-posts-paginator {
	color: #ccc;
	margin: 0.5em;
	padding: 0.5em;
	text-align: center;
}

.w3bz-posts-paginator .current {
	font-weight: bold;
	color: #666;
}

.w3bz-posts-toolbar {
	color: #ccc;
	margin: 0.5em;
	padding: 0.5em;
	text-align: right;
}	

