/* General Style */

a:link {text-decoration:none; color:#000000;}
a:active {text-decoration:none; color:#000000;}
a:visited {text-decoration:none; color:#000000;}
a:hover { 
    text-decoration:underline; 
	color:#ffffff;
}


html, body {
 background: url('fon.jpg') repeat-x top #ff6701;
 padding:0px; margin:0px;
 font-family:verdana,arial,helvetica;
	font-size:8pt;
	color:#000000;
}
/* ------------- */

#page-nav {
	background: #f4f4f4;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 2px 0 1px 0; margin-bottom:10px;}
	
	select{width:70px; }

#page-nav a:hover {
	color: #fff;
	background: #ff6600;}

img.manga-page {
	border:15px solid #fff; padding:0px; margin:0px;
}

.navigation {padding:0px; margin:0px; text-align:center;}
.manga {color:#900; font-weight:bold;} 
.copirayt {font-weight:bold; color:#000000;}
