body, td, li, p {
	color: #333333;
	font-family: arial, verdana;
	font-size: 10px;
}

body {
	<!--background: url(http://www.mp3tunes.com/images/locker/bg.jpg) #ffffff repeat-x;-->
    <!-- background-attachment: fixed; -->
	margin: 5px;
	padding: 0px;
}

p {
	margin: 10px 0 10px 0;
}

img {
	border: none;
}

a {
	color: #434B58;
	text-decoration: underline;
}

h1 {
	color: #9db800;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	text-transform:uppercase;
}

h2 {
	color:#444B59;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	margin:0px;
}

h3 {
	color:#434B58;
	font-size:12px;
	font-weight:bold;
	margin:0px;
}

h4 {
	font-size: 11px;
	font-style: italic;
	margin: 0px;
}

hr {
	background-color:#9DB800;
	border:none;
	color:#9DB800;
	height:1px;
	line-height:9px;
}

th {
	font-size:12px;
	font-weight:bold;
	text-align:left;
}

div.example {
    border: thin solid Black;
    background-color: #efefef;
    overflow: auto;
    margin-left: 20px;
    padding-left: 5px;
}
div p.title {
    color: Green;
}