 * {
/*b*/
padding: 0;
margin: 0;
/*t*/
/*c*/
}

 html {
/*b*/
height: 100%;
margin-bottom: 1px;
/*t*/
/*c*/
}

 h1
,h2
,h3
,h4
,h5
,h6
,p
,li {
/*b*/
/*t*/
font-size: 1.0em;
font-weight: normal;
/*c*/
}

 ul
,ol {
/*b*/
/*t*/
list-style: none;
/*c*/
}

 address {
/*b*/
/*t*/
font-style: normal; 
/*c*/
}

 a
,a:link
,a:visited
,a:hover
,a:active {
/*b*/
outline: none;
/*t*/
/*c*/
}

 abbr
,acronym {
/*b*/
border-bottom: 1px dotted #0000a0;
cursor: help;
/*t*/
/*c*/
}

 img {
/*b*/
border: 0;
/*t*/
/*c*/
}