body {
     margin:0;
  background-color: #000000;
	 font-family: "Times New Roman";
     font-size: 100%;
}
h1 {
	font-size: 200%;
	font-weight: normal;
     text-decoration:none;
}
h2 {
	font-size: 150%;
	font-weight:bold;
	        padding-bottom: 0px;
}
h3 {
	font-size: 140%;
	font-weight:bold;
	        padding-bottom: 0px;
}
h4 {
	font-size: 130%;
	font-weight:bold;
	        padding-bottom: 0px;
}
h5 {
	font-size: 120%;
	font-weight:normal;
	        padding-bottom: 0px;
}
h6 {
	font-size: 110%;
	font-weight:normal;
	        padding-bottom: 0px;
}
p {
    text-align: justify;
	padding-top: 5px;
        padding-left: 5px;
	padding-right: 5px;
        padding-bottom: 0px;
}
a:link {
     color:#0000ff;
     text-decoration:none;
}
a:visited {
     color:#0000ff;
     text-decoration:none;
}
a:hover {
     color:#000000;
     background:#ffff00;
     text-decoration:underline;
}