body {color: black;
	background-color: #008000; /*green;*/
	margin: 1ex 1em 1ex 0.5em;
	font-family: Helvetica,Arial,sans-serif;
	font-size: small;
}
h1 {font-family:
	'Comic Sans',
	'Comic Sans MS',
	cursive,
	Georgia,
	serif;
	font-size: xx-large;
	text-align: left;
	margin: 0ex 0em 0.5ex 0em;
}
h2 {font-family: Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: large;
}

.italics {font-style: italic}
.emph {color: #000080 /* navy */; text-decoration: underline}

a:link {color: #90EE90 /*lightgreen*/}
a:visited {color:  #90EE90 /*lightgreen*/}
a:hover {color:	#F5F5DC /*beige*/}


div.sidebar {
	border: #008080 /*teal*/ ridge;
	margin: 0.1ex 0.5em 0.1ex 0em;
	padding: 1ex 0em 0ex 0em;
	text-align: left;
	font-weight: bold;
	font-size: small;
	vertical-align: middle;
	background: url(img/bktile1.png) repeat;
	width: 32%;
	height: 110ex;
	float: left;
	clear: left;
}

div.sidebar a:link {color: #FFD700 /*gold*/; text-decoration: none}
div.sidebar a:visited {color: #FFD700 /*gold*/; text-decoration: none}
div.sidebar a:hover {color: #FF4500 /*orangered*/; text-decoration: underline}
div.sidebar hr {border: thin #008080 /*teal*/ ridge; color: #000808; background-color: #000808; width: 80%; text-align: center}
div.sidebar p {color: #F5DEB3 /*wheat*/; text-align: center; padding: 0; margin: 0 0.1em 1ex 0.1em}

div.sidebar ul {
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0.1ex 0.1em 0.1ex 0.1em;
	text-align: center;
}

div.sidebar li {
	margin: 0 0.2em 0.8ex 0;
}

div.sidebar li.primary {
	display: block;
	color: #F5DEB3 /*wheat*/;
	width: 45%;
	float: left;
	padding: 0;
	margin: 0 0 0 0.2em;
}

div.perlmodule {
	float: left;
	font-weight: bold;
	width: 60%;
	margin: 1ex 1em 1ex 1em;
}
div.perlmodule img {
	float: left;
	border: 0;
	width: 80px;
	height: 55px;
}
