@import url('layout.css');
@import url('text.css');

/*==========================================================================================
EDITED HTML TAGS
==========================================================================================*/

body, h1, h2, h3, h4, h5, h6, hr, table, tr, th, td, p, div, img, form, ol, ul, li, blockquote, address, abbr, acronym, script, sup {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #222629;
	padding: 0px;
}
p {
	margin-bottom: 20px;
}
ul, ol {
	margin: 0px 0px 20px 20px;
}
ul li {
	list-style-position: outside;
	list-style-type: square;
	margin-bottom: 5px;
}
ol li {
	list-style-position: outside;
	margin-bottom: 5px;
}
blockquote {
	margin: 0px 30px;
}
hr {
	background-color: #CCCCCC;
	border: 0px;
	margin: 0px 0px 10px 0px;
	width: 100%;
	height: 1px;
}
address {
	font-style: normal;
}
abbr, acronym {
	border-bottom: 1px dotted;
	cursor: help;
}
