/* Reset HTML style */
html body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
}

/* Link */
a:link{
	color: #0000EE;
}
a:visited{
	color: #551A8B;
}
a:hover{
	color: #E16126;
}

/* Image */
img{
	border: none;
}

/* Heading */
h1{
	margin: 0px;
}
