@charset "UTF-8";
/* CSS Document */



/* Style sheet for the Sahana Management System by Tom Worthington 11 February 2005 */
/* For handheld small screen devices turn off unnecessary iamges and lessen margins */
/* For demonstration purposes only. See: http://www.tomw.net.au/2005/wd/sahana.html */

.header {
	font-weight:bold;
	font-size: xx-large;
}

.main {
	padding: 0;
}

.section {
	display:block;
	height: auto;
	clear: both;
	width: 100%;
	padding: 0em;
	background-image: none;
	color: #FFFFFF;
	background-color: #006633;
	font-size: x-large;
}
.content {
	display:block;
	height: auto;
	clear: both;
	width: 100%;
	padding: 0em;
	margin-right: 75%;
}
.menu {

	list-style-type: decimal;
	border: none;
    
	display:block;
	height: auto;
	width: 100%;
	padding: 0em;
	line-height: 1em;
	font-weight:bold;
	font-size: xx-large;
	margin-left: 2px;
	margin-top: 4px;
	color:#dcdcdc;
}
.menu li {
	list-style-type: circle;
	border: none;
	color:#009933;
}
.description {
	display:block;
	height: auto;
	width: 100%;
	padding: 0em;
	line-height: 1em;
}
.footer {
	color: #66FF00;
	background-image: none;
	width: 100%;
	padding: 0em;
	border-top-width: thick;
	border-color: #000000;
}

.stylelarger {
	font-size: larger;
	font-weight: bold;
}
<!--