/*
Theme Name:Hello Nana
Theme URI:http://nana.macangadungan.com
Description:This WordPress theme is final project.
Version:1.2.0
Author:Mid Mo Design
Author URI:http://macangadungan.com/
Tags:comics, colorful
*/

body {
font-size:16px;
font-weight:normal;
font-family:"Arial",Georgia,Serif;
}

h3 {
font-size:20px;
}

p {
text-align: justify;
}

a {
text-decoration:none;
color:#000;
font-weight:600;
}

img { border: none; }

a:hover {
color:#e12000;
}

li {
list-style-type:none;
}

li a {
list-style-type:none;
font-size:13px;
font-weight:normal;
}

.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 60px;
}

.prev {
float: left;
}

.prev a{
background-image: url("images/previous.jpg") no-repeat;
}

.next {
float: right;
}

.next a{
background-image: url("images/next.jpg") no-repeat;
}