body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	color:#000000;
	
}

h1 {
	color:#000000;
	font-size:29px;
	text-align:left;
        margin-left: 10px;
}

h2 {
	color:#000000;
	font-size:20px;
	text-align:left;
        margin-left: 10px;
}

h3 {
	color:000000;
	font-size:20px;
	text-align:left;
        margin-left: 10px;
	
}

a:link {
	color:#cc0000;
	text-decoration: none;
        font-weight: bold;
}
a:visited {
	color:#cccccc;
	text-decoration: none;
        font-weight: bold;
}
a:hover {
	color:#cc0000;
	text-decoration: underline;
        font-weight: bold;
	
}
a:active {
	color:#cc0000;
	text-decoration: none;
        font-weight: normal;
}

a img { border: none; }
