﻿body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a,fieldset, input, textarea, th, td, address, span {
margin: 0;
padding: 0;
border: 0;
outline: none;
moz-outline: 1px solid blue;
}
/*for FireFox*/
*::-moz-focus-inner {
    border : 0px;
    outline : none; 
}
/*for IE8 */
*:focus{
    outline : none; 
}
body {
line-height: 1;
}

p {
line-height: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
font-size: 100%;
padding: 0 0;
margin: 0 0;
font-weight: bold;
}

ul, ol {
list-style: none;
list-style-position: inside;
}

a {
color: inherit;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

address {
font-style: normal;	
}
