@charset "UTF-8";

// RESET ALL 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

table  {
margin:0,0;
padding 0,0;

}

tr ,td {
font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-size:.8em;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	color: #333;
	background-color:#464A53;
	margin: 0 auto;
	padding: 0;
	}
	
a {
	color:#99FF00;
	text-decoration: none;
}

a:hover{
	color: #86ff00;
	background:#000;
	text-decoration: none;
}

.notes {
	width:500px;
}

.notes p {
	color:#999999;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	line-height:135%;
	font-size:1.15em;
	margin: 0 0;
	padding-top:14px;
}



