﻿html, body,table,td,th,tr, h1, h2, h3, ul, ol, li, p,form, fieldset, a, img {
        margin:0;
        padding:0;
        border:0;
}

body {    
    font-family: Segoe UI, Verdada;        
    font-size: 12px;
}
input[type="text"] {margin: 0;}
ul {
	list-style-type:none;

}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
a {text-decoration: none; outline: none; }
input:focus, input:active {outline: none;}
html[xmlns] .clearfix {
	display: block;
}
 
.clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
    display:block;
}
