/** Global reset */
* {
	margin: 0px;
	padding: 0px;
}

html, body {
	text-align: left;
	color: #000000;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

img {
	border: none;
	position: relative;		/** IE Hack */
}

hr {
	color: #808080;
	margin: 12px 0px 12px 0px;
	height: 1px;
}

a {
	color: #C32122;
	text-decoration: none;
}

a:hover, a:active {
	color: #C32122;
	text-decoration: underline;
}

h1 {
	font-size: 17px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

h5 {
	font-size: 13px;
	font-weight: bold;
}

h6 {
	font-size: 12px;
	font-weight: bold;
}

/** Article */
#article {
	border: 1px solid #808080;
	padding: 14px 12px 12px 12px;
	margin: 8px;
}

#article .title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 12px;
	color: #C32122;
}

#article .internet {
	display: block;
	text-align: left;
	font-size: 10px;
	color: #808080;
	margin-top: 5px;
}

#footer {
	color: #808080;
	margin: 8px;
}
