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 {
    font-size: 15px;
    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;
}