*{margin:0; padding:0;}
fieldset, img { border: 0; }
ul {list-style: none}
 
a:focus { outline: none; }

 
 
html {
	height: 100%;
	margin-bottom: 1px;
}

/* links */
a:link, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

/* headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 100%;
}

h1 { font-size: 300%; }
h2 { font-size: 250%; }
h3 { font-size: 200%; }
h4 { font-size: 175%; }
h5 { font-size: 150%; }
h6 { font-size: 125%; }
/*End of html Reset*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	color: #fff;
	background: #212121;
	margin: 30px 0;
}
a:link, a:visited {
	color: #CACBCD;
}

a:hover {
	color: #CACBCD;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial,Helvetica,sans-serif;
}

h1 {
	font-weight: normal;
	color: #fff;
}

h2 {
	color: #fff;
	font-size: 14px; font-weight: bold;
}

h3 {
	color: #fff;
}

h4 {
	font-weight: normal;
	color: #fff;
}

h5 {
	color: #fff;
}

h6 {
	color: #fff;
}