html {
	background-color: #dcdcdc;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #4169e1;
	background-color: transparent;
}
a:hover {
	text-decoration: underline;
	background-color: transparent;
}
h1 {
	margin-top: 5px;
	margin-bottom: 5px;
}
hr {
	border-style: none;
	height: 1px;
	color: #000;
	background-color: #000;
	margin-left: 0;
	margin-right: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}
.main {
	background-color: #f5f5dc;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin: 5px;
	padding: 5px;
}
.w3c {
	border-style: none;
    width: 88px;
    height: 31px;
}
.rp5 {
	border-style: none;
    width: 100px;
    height: 100px;
}
.banner {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	width: 180px;
	height: 53px;
}
.banner:hover {
	border-color: #cc0000;
}
