address, blockquote, body, dd, dl, dt, fieldset, form, frame,
frameset, h1, h2, h3, h4, h5, h6, iframe, noframe, object, ol,
p, ul, applet, center, dir, hr, menu, pre, div, img {
	margin : 0px ;
	padding : 0px ;
	display : block ;
	border : 0px ;
	}

head { display : none ; }

table { display : table }

tr {display : table-row ; vertical-align : top ; }
thead { display : table-header-group }
tbody { display : table-row-group }
tfoot { display : table-footer-group }
col { display : table-column }
colgroup { display : table-column-group }
td, th { display : table-cell }
caption { display : table-caption }

tr, thead, tbody, tfoot, col, colgroup, td, th, caption {
	margin : 0px ;
	padding : 0px ;
	border : 1px ;
	}

b, strong, i, em, cite, var, tt, code, kbd, samp, span, a {
	display : inline ;
	border : 0px ;
	padding : 0px ;
	margin : 0px ;
	}

li {
	display : list-item ;
	}

body {
	background-color : rgb(255,255,255) ;
	margin: 0px ;
	padding: 0px ;
	border: 0px ;
	}

b, strong {
	font-weight : bold ;
	}

i, cite, em, var, blockquote {
	font-style : italic ;
	}

pre, tt, code, kbd, samp {
	font-family : "andale mono", "courrier new", monospace ;
	}

h1, h2, h3, h4, h5, h6, p {
	margin: 0em;
}