.wordbox
	{
	border: thin solid #000000;
	position: relative;
	padding-right: 3px;
	padding-left: 3px;
	text-align: center;
	}
#blog
{
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-style: italic;

}
.blog
{
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-style: italic;

}

.body
{
width:100%;
	position: absolute;
	left:5px;
	top: 150px;
	font-weight: normal;
}
.navlist {
	border-top: 2px solid #e6e6e6;
    border-right: 2px solid #b1b1b1;
    border-bottom: 2px solid #b1b1b1;
    border-left: 2px solid #e6e6e6;
    background-color: #ccc;
    color: #000;
    height: 1.4em;
    line-height: 1.2em;
	position: absolute;
	width: 99%;
	left: 2px;
	top: 102px;
	text-align: center;

}
.pagelogo
{
position: absolute;
	top:1px;
	left: 1px;
	height: 26px;
	background-image:url(fish.gif);
	height:100px;
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
    .menu {
	  width: 7em;
	  z-index: 1;
      width: auto;
      float: left;
      padding: 0.1em 3em 0.1em 0.5em;
      cursor: default;
	  	z-index: 2;
    }
    
    .menu ul {
      display: none;
      position: absolute;
      background-color: #e6e6e6;
      color: black;
      list-style: none;
      margin: 0.1em 0 0 0;
      padding: 0;
	  width: 8em;
	  	z-index: 2;
    }
    
    .menu ul li {
      display: block;
      padding: 0.2em;
	  	z-index: 2;
    }
    
    div.menu:hover ul {
      display: block;
      margin: 0;
      padding: 0;
    }

    div.menu ul li:hover {
      background-color: #FFCC33;
    }

body{
	font-family:"Comic Sans MS";
	font-weight: normal;
}

a{color:black;text-decoration:none;font-weight:bold}

a:hover{color:#606060}
a.blog
{
font-family:"Comic Sans MS";
}
h4.blog
{
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-weight: bold;
}
h3.blog
{
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-weight: bold;
}
div#month
{
z-index: 1;
position:absolute; 
left:0px;
top:0px;
width:120px;
height:100%;
}
div#data
{
z-index: 1;
position: absolute; 
left:120px; 
top:0px; 
height: 100%;
}
.cross {
	text-decoration: line-through;
}

