@charset "utf-8";

body, div, p, form, img,
h1, h2, h3, h4, h5, h6,
ul, ol, dl, li, dt, dd {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.5em;
}

html {
	overflow-y: scroll;
}

body {
	width: 100%;
	min-height: 100%;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

img {
	border: 0;
}

ul, ol, li {
	list-style-type: none;
}

a:link,
a:visited {
	text-decoration: none;
	color: #0000cd;
}

a:hover {
	text-decoration: underline;
	color: #b22222;
}
