body {
color: #0c41ff; background: #ffffff;
            background-image: url('/pics/karo_hell.jpg'); 
          font-family: Comic Sans MS, sans-serif;
          font-size: 14pt; margin: 2%;  }

a {
    color: #0c41ff;
	text-decoration: none;
}

a:hover {
    color: #0c41ff;
	text-decoration: underline;
}

h1 {
color: #0c41ff;
border-bottom: 2px solid #7f7f7f;
}

#content {
	padding-top: 0.5em;
	margin: 0 auto;
	width: 95%;
	text-align: center;
}

/* Collection page */
#collectionPage ul {
	padding: 0;
	text-align: center;
}

#collectionPage li {
    display: block;
    float: left;
    text-align: center;
    margin: 6px;
	padding: 5px;
	border: 0px solid #ff6d1f; 
}


#collectionPage img {
	border: 1px solid #ff6d1f;
}

#collectionPage .image {
	float: left;
    text-align: center;
    margin: 6px;
}

#home {
	float: right;
	font-size: 12pt
}

/* Image page */
#imagePage h1 {
	text-align:center;
}
#nav {
	float: right;
}

#imagePage img {
	border: 1px solid #ff6d1f;
}

#previous {
    float: left;
}

#next {
    float: right;
}
