.dummy {
	font-family: "Times New Roman", Times, serif;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #36F;
}
a:link {
	color: #36F;
	text-decoration: none;

}
a:visited {
	text-decoration: none;
	color: #36F;

}
a:hover {
	text-decoration: none;
	color: #36F;

}
a:active {
	text-decoration: none;
	color: #36F;

}