* {
	font-family:arial,helvetica,sans-serif;
}

html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#aaa;
	color:#666;
}


/* Some patches to remove extra spaces */
h1,h2,h3,h4,h5,h6,h7,form,p,hr {
	margin:0px;
	padding:0px;
}

a,.content a {
	outline:none;
	color:#000;
	text-decoration:none;
}
	.content a:hover {
		color:#666;
	}


hr {
	display:block;
	height:1px;
	border:0px;
	border-bottom:1px dotted #999;
	color:#fff;
}

body,
.content {
	font-size:12px;
	line-height:140%;
}

.title,h1 {
	font-size:16px;
	font-weight:bold;
	text-transform:lowercase;
	color:#000;
}
a {
	color:#00c;
	text-decoration:none;
}
a:hover {
	color:#006;
	text-decoration:none;
}

ul,ol {
	margin-top:0px;
	margin-bottom:0px;
}

/* Clear all patch */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {display: inline-block;}

