* {
	white-space:nowrap;
	font-family: Helvetica,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: small;
	text-decoration: none;
}

a[href$='.cbr'],a[href$='.CBR'],a[href$='.rar'],a[href$='.RAR'] {
	color:green;
	background:transparent url(../img/cbr.png) center left no-repeat;
	display:inline-block;
	padding-left:30px;
	line-height:24px;
}

a[href$='.cbz'],a[href$='.CBZ'],a[href$='.zip'],a[href$='.ZIP'] {
	color: orange;
	background:transparent url(../img/cbz.png) center left no-repeat;
	display:inline-block;
	padding-left:30px;
	line-height:24px;
}

a[href$='.pdf'],a[href$='.PDF'] {
	color: red;
	background:transparent url(../img/pdf.png) center left no-repeat;
	display:inline-block;
	padding-left:30px;
	line-height:24px;
}


a.dir {
	color: blue;
	background:transparent url(../img/folder.png) center left no-repeat;
	display:inline-block;
	padding-left:30px;
	line-height:24px;
}

a.prev {
	color: blue;
	background:transparent url(../img/up.png) center left no-repeat;
	display:inline-block;
	padding-left:30px;
	line-height:24px;
}

p {
	color: blue;
}

h2 {
	font-size: large;
	margin-bottom:0;
}
