﻿body {
	font-family: "Comic Sans MS";
	font-size: 0.8em;
	font: italic normal normal 100% serif;
	background-color: #764;
	background-image: url('img/hp/base/bg_body.gif');
	background-repeat: repeat;
	background-attachment: scroll;
	scrollbar-face-color: navy;
	scrollbar-highlight-color: silver;
	scrollbar-shadow-color: gray;
	color: #0000FF;
	text-align: center;
}

h6  {
	font: italic normal normal small serif;
	text-align: right;
}

#normal2, #normal3, #normal4, #normal5 {
    display: none;
}
#gallery {
    margin: 0 auto;
    width: 800px;
}
#thumbs {
    margin: 10px auto 10px auto;
    text-align: center;
    width: 800px;
}
#bigimages {
    width: 385px;
    float: left;
}
#thumbs img {
    width: 100px;
    height: 100px;
}
#bigimages img {
    border: 4px solid #555;
    margin-top: 5px;
    width: 375px;
}
#thumbs a:link, #thumbs a:visited {
    width: 100px;
    height: 100px;
    border: 6px solid #555;
    margin: 6px;
    float: left;
}
#thumbs a:hover {
    border: 6px solid #888;
}