html,body {
 height:100%;
 width:100%;
}

body{
 cursor:default;
}

div, body, br, input, select, form, ul, li, ol, p, a, img, span, td, table {
 margin:0px;
 padding:0px;
 border:0px;
}

div{
 display:block;
}

ul,li,ol{
 padding-bottom:5px;
} 

ul{
	padding-bottom:10px;
}

p{
  padding:0px 0px 10px 0px;
}

a, a:link, a:visited, a:active, a:hover{
  text-decoration:none;
  cursor:pointer;
}

img{
 vertical-align:middle;
}

td{
	vertical-align:top;
	text-align:left;
}