@import url("div.css");
@import url("links.css");
@import url("class.css");


html {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
body {
	background-color: #444444;
	color: #888888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
h1, h2, h3, h4, h5, h6, p {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
}
ul, ol {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0em 0em 1em 1.5em;
	padding: 0em 0em 0em 0em;
}
hr {
	width: 100%; /* [ pixel or percentage value ] specifies the width of the element */
	height: 1px; /* [ pixel value ] specifies the line height of the element */
	border:  0px;/* [ pixel value ] in this case it should be set to zero; */
	color: #999999; /* [ hex value ] this describes the color of text within an element */
	background-color: #999999; /* [ hex value ] sets the background color for the current element */
	text-align: center; /* [ ]details how the element will be horizontally aligned. */
}
h1 {
	color: #F38907;
	margin-top: 1em;
}	
h2 {
	color: #F38907;
	margin-top: 1em;
}
p {
	margin-bottom: 1em;
}
ul, li {
	list-style-type: square;
}
table {
	padding: 0px;
	cellspacing: 0px;
}