@charset "utf-8";
/* CSS Document */

body, html {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0px;
padding:0px;

}

p {
padding:10px;
margin:10px;
}

td {
padding:5px;<br>
}
<!--
.style3 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

H2 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight:normal;}
-->

.header ul {
height: 23px;
float: left;
margin-top: 0px;
padding: 0px;
margin-left: 0px;
margin-right: 0px;
overflow: hidden;
}

.header li {
float: left;
list-style-type: none;
height:23px;
margin: 0px;
padding: 0px;
background-color:#c6cc64;
overflow: hidden;
}

.header li a {
	display: block;
	padding-top: 25px;
	height: 0px !important;
	overflow: hidden;
	font-size: 1px !important;
	color:#c6cc64;
}

.homeButton {
background-image:url(images/main_button.gif);
background-position:0px 25px;
width:81px;
}

.storiesButton {
background-image:url(images/stories_button.gif);
background-position:0px 25px;
width:230px;
}

.photoButton {
background-image:url(images/photo_button.gif);
background-position:0px 25px;
width:143px;
}

.journalsButton {
background-image:url(images/journals_button.gif);
background-position:0px 25px;
width:108px;
}

.homeButton :hover,  .homeButton a:active {
background-image:url(images/main_button.gif);
background-position:0px 48px;
width:81px;
height:24px;
float:left;
}

.storiesButton :hover,  .storiesButton a:active {
background-image:url(images/stories_button.gif);
background-position:0px 48px;
width:230px;
height:24px;
float:left;
}

.photoButton :hover,  .photoButton a:active{
background-image:url(images/photo_button.gif);
background-position:0px 48px;
width:143px;
height:24px;
float:left;
}

.journalsButton :hover,  .journalsButton a:active{
background-image:url(images/journals_button.gif);
background-position:0px 48px;
width:108px;
height:24px;
float:left;
}

.over {
background-position:0px 48px !important;
}

.style6 {
font-size: 12px;
margin:0px;
padding:0px;
}

HR {
height:1px;
background-color:#EEEEEE;
color:#EEEEEE;
width:80%;
}