/* BASIC */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	}
a {
	color: #000;
	text-decoration: underline;
	}
	
a:hover {
	color: #666;
	text-decoration: underline;
	}
	
h1 {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	}


/* CONTENT */

#content {
width: 400px;

}


/* SPECIAL */

.recent-text {
	font-size: 9px;
	}
	
.cat-id {
	font-size: 9px;
	color: #666666;
	}
	
