body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
}
fieldset, img {
	border: medium none;
}

address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}

ul, ol {
	list-style: none outside none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

html {
	font-size: 62.5%;
}

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.6rem;
}
a {
	outline: none;
}
a:link {
	color: #2C9CCE;
	text-decoration: none;
}

a:visited {
	color: #2C9CCE;
	text-decoration: none;
}

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

.clearme, .clear-me, .clearMe {
	clear: both;
}

header, section, article, aside, footer, nav {
	display: block;
}

input#newThreadTitle {
	padding: 2px;
	margin-right: 5px;
	width: 427px;
}

