@CHARSET "ISO-8859-1";

.corner-container {
	background:#000; 
	color:#fff; 
	margin:0 15px;
}
.corner-top, .corner-bottom{
display:block;
background:#fff;
}
.corner-top *, .corner-bottom *{
display: block;
height: 1px;
overflow: hidden;
background:#000;
}
.corner1{margin: 0 5px}
.corner2{margin: 0 3px}
.corner3{margin: 0 2px}
.corner4{
margin: 0 1px;
height: 2px
}



a:link {
color:#000;
background:transparent;
text-decoration:none;
}

a:visited {
color:#800000;
background:transparent;
text-decoration:none;
}

a:hover{
color:#000;
background:transparent;
text-decoration:underline;
} 

.pagination {
	width:100%;
	text-align:center;
	margin:20px auto;
	font-size:12px;
}
.pagination a {
	margin-left:5px;
	margin-right:5px;
}
.pagination .on {
	background:#f8f8f8;
	border:#dcdcdc 1px solid;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
}


.pagination a {
		font-size:12px;
		color:#000;
		text-align:left;
	}
	
.pagination a:link {
color:#000;
background:transparent;
text-decoration:none;
}

.pagination a:visited {
color:#800000;
background:transparent;
text-decoration:none;
}
.pagination a:hover{
color:#000;
background:transparent;
text-decoration:underline;
} 



.text-links {
margin-left: 15px;
}
.text-links	  li a {
		font-size:14px;
		color:#000;
		text-align:left;
	}
	
.text-links	li a:link {
color:#000;
background:transparent;
text-decoration:none;
}
.text-links	li a:visited{
color:#800000;
background:transparent;
text-decoration:none;
}
.text-links li a:hover{
color:#000;
background:transparent;
text-decoration:underline;
} 