body {
	font-family: Palatino Linotype, Book Antiqua, Palatino, sans-serif;
	font-size: 13px;
	background-color: #008E10;
	color: yellow;
	margin: 5;
}

/* Style for all table cells. */
td {
	font-family: Palatino Linotype, Book Antiqua, Palatino, sans-serif;
	font-size: 13px;
}



.contents {
	position: absolute;
        text-align: center;
        line-height: 10px
	left: 80px;
	width: 300px;
        top: 280px;
}


        


.logo {
	position: absolute;
        text-align: center;
        text-valign: center;
        line-height: 10px
	left: 80px;
	width: 300px;
        top: 20px;
}



.menu {
	position: absolute;
        padding-left: 20px;
       &nbsp;background-image: url(menuback.jpg);
	top: 20px;
	left: 330px;
	width: 580px;
        height: 250px;

}


.main {
	position: absolute;
        text-valign: top;
	top: 270px;
        left: 330px;
	width: 600px;

}

.footer {

  position: relative;
bottom: 0;
font-family: Palatino Linotype, Book Antiqua, Palatino, sans-serif;
font-size: 10px;
background-color: #003300;
color: yellow;
width: 100%;
margin-left: 0px;
padding: 0px;

}
	

/* Custom link styles */

a:link {text-decoration: none; color: #FFFF00; font-weight : bold;}

a:visited {text-decoration: none; color: #CCCC33; font-weight : bold;}

a:hover {text-decoration: none; color: #CCFF00; font-weight: bold;}

a:active {text-decoration: none; color: #CCFF00; font-weight : bold;}

#imageinfo {
	visibility: hidden;
}


/*
	Definitions for headers in the menu (.menu h2), page titles (h1) 
	and dateheads (.contents h2):
	- page titles are centered (within the .contents div)
	- menu headers (h2) use a small font
	- dateheads use a large font and are in a box
*/

h1 {
	font-family: Palatino Linotype, Book Antiqua, Palatino, sans-serif;
       &nbsp;text-align: center;
        font-size: 34px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
}




/* 
	Definitions for the item listings like they are done on the main page and in archives
	- h3.item is the title of an item (<h3 class="item">)
	- .itembody is the item contents
	- .iteminfo contains the time of posting and the name of the author, and the amount of comments
	
	anchors in the iteminfo (.iteminfo a) are not underlined and bold
*/

/* item title */
h3.item {
	font-size: medium;
	margin: 0px;
	margin-top: 10px;
}

.itembody {	
	margin-top: 5px;	
	margin-bottom: 5px;
}

.iteminfo {	
	font-size: x-small;
	color: gray;
}

.iteminfo a {
	font-weight: bolder;
	color: #555;
	text-decoration: none;
}

/*
	Definitions of how comments listings look like on item pages
	- h3.comment contains the name of the comment author
	- .commentbody contains the text from the comment
	- .commentinfo contains the time of commenting
*/

/* comment title */
h3.comment {
	font-size: medium;
	margin-bottom: 10px;
}

.commentbody {
	text-align: justify;
}

.commentinfo {	
	font-size: x-small;
	color: gray;
}


/*
	Some rules that apply to contents generated using the markup buttons 
	"add left box" and "add right box"
	
	both boxes have slightly larger text, and take a maximum of 20% of 
	the width of the contents.
*/

.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}
.leftbox {
	float: left;
	border-right: 0px solid #ccc;	
}
.rightbox {
	float: right;
	border-left: 0px solid #ccc;	
}


/*
	Some general rules:
	- images never have a border (even when they are inside a hyperlink)
	- elements having class="skip" are not shown
	- item lists using <ul class="nobullets"> have no list-item bullets
	- highlighted text (in search results) have a yellow background
*/

img {
	border: none;
}

.skip {
	display: none;
}

ul.nobullets {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.highlight {
	background-color: lightblue;
}