/*
Based on Yahoo! Inc. reset.css version: 2.5.2 available at:
http://developer.yahoo.net/yui/
*/

a {
	background-color: inherit;
	color: #0000cd;
	outline-style: none;
	text-decoration: none;
}

a:hover {
	background-color: inherit;
	color: #4169e1;
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

address,caption,cite,code,dfn,th,var{
	font-style: normal;
	font-weight: normal;
}

body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,blockquote,th,td{
	margin: 0;
	padding: 0;
}

caption,th{
	text-align: left;
}

fieldset,img{
	border: 0;
}

h1 {
	font-size: 26px;
	font-weight: normal;
	margin: 20px;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 20px 0px 10px 0px;
}

h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}

html{
	color: #fff;
	background: #000;
}

input,textarea,select{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

li{
	list-style: inside;
	list-style-type: decimal;
	text-align: left;
}

ol {
	text-indent: 10px;
}

p {
	margin: 10px 0px;
	text-align: justify;
}

q:before,q:after{
	content: '';
}

sub {
	vertical-align: text-bottom;
}

/* to preserve line-height and selector appearance */
sup {
	vertical-align: text-top;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

#container {
	background-color: #fff;
	color: #000;
	margin: 60px auto;
	padding: 30px;
}
