body {
	color: black;
	background: white;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#accesskeys, div#main-left-panel, div#column-1, div#column-1, div.menu, div#subnav ul, div#diary-subnav ul, ul.ui-tabs-nav, div#main-right-panel ul{
	display:none;
}

div#print_items{
	clear:both;
	display:block;
	text-align:center;
}


/* CSS for fonts and links */

h1{
	color: #000;
	background: transparent;
	font-weight: bold;
	font-size: 18pt;
	border-bottom: 1px solid #000;
}
	
h2{
	color: #000;
	background: transparent;
	font-weight: normal;
	font-size: 16pt;
	border-bottom: 1px solid #000;
}

p{
	color: #000;
	background: transparent;
	font-size: 12pt;
	margin:10px;
	padding:0;
	text-align:left;
}

td, th{
	text-align:left;
}

a:link, a:visited{
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
.clear{
	clear:both;
}
