body {
	margin:1px;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans","helvetica","arial",sans-serif;
	background-color:#323232;}
	

h1 {
	/* 18px */
	font-size: 300%;
}

h2 {
	/* 16px */
	font-size: 123.1%;
}

h3 {
	/* 14px */
	font-size: 108%;
}

h4 {
	/* 14px */
	font-size: 80%;
	color:#fffff7;
}

h5 {
	font-size: 70%;
	color:#fffff7;
}

h1,h2,h3,h4,h5 {
	font-family: Georgia,Times,"Times New Roman",serif;
	font-weight:normal;
}

a {text-decoration:none; color:#fb9503;border:0px;outline:none;}

a:hover {color:white;outline:none;}

a:active {outline:none;}

p {font-size:85%;font-weight:normal;margin:0px;}

strong,dt {
	font-weight: bold;
}

.copyright {font-size:50%;text-align:center;color:#888;padding:10px 0 10px ;}

em {
	/* Bringing italics back to the em element. */
	font-style: italic;
}

del {
	/* Striking deleted phrases. */
	text-decoration: line-through;
}



dl dd {
	/* Giving UL's LIs generated numbers. */
	margin-left: 1em;
}

th,td {
	/* Borders and padding to make the table readable. */
	border: 1px solid #000;
	padding: .5em;
}

th {
	/* Distinguishing table headers from data cells. */
	font-weight: bold;
	text-align: center;
}

caption {
	/* Coordinated margin to match cell's padding. */
	margin-bottom: .5em;
	/* Centered so it doesn't blend in to other content. */
	text-align: center;
}

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

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

p,
fieldset,
table,
pre {
	margin-bottom: 1em;
}
/* Opera requires 1px of passing to render with contemporary native chrome */
button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding:1px;
}
