html, body, h1, h2, h3, h4, h5, h6, div, span,
blockquote, address, form, fieldset, img,
ul, ol, dl, dt, dd, li, hr, table, td, th,
strong, em, sup, sub, dfn, ins, del, p, q, cite,
var, samp, code, kbd, tt, abbr {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 13px;
	}

a {
    border: none;
    text-decoration: none;
}

a:visited, a:link {
    text-decoration: none;
    color: #ffffff;
}

a:hover {
    color: rgba(255,255,255,0.65);
}

h1 {font-size: 1.8em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.2em;}

h1, h2, h3, h4 {
	font-weight: normal;
	line-height: 120%;
}

	
table {display:table; border-spacing:0px;}

tbody {display:table-row-group;}	

ul {list-style: outside disc;}
