body {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: blue;
	background:white
} 

h1 {
font-size: 130%;
}

h2 {
font-size: 120%;
}

h3 {
font-size: 110%;
}

a:link{
background-color: transparent;
text-decoration: none;
}

a:visited {
background-color: transparent;
text-decoration: none;
}

a:hover{
background-color: transparent;
text-decoration: underline overline;
}

img {border:0;}

