﻿/**
 * global.css
 * Default style for HTML elements
 */
body,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,form,fieldset,hr,legend,input,p,pre,select,textarea,th,td {
   margin:0;
   padding:0;
}

input
{
	outline: none;
}

:focus
{
	outline: none;
}

h1,h2,h3,h4,h5,h6 {
   font-size:100%;
}

ol,ul {
   list-style:none;
}

table {
   border-collapse:collapse;
   border-spacing:0;   
}

caption {
   text-align:left;
   font-weight:normal;
}

th,td {
   text-align:left;
}

cite,address { 
   font-style:normal;
}

sub,sup {
   line-height:2;
}

img {
   border: 0 none;
}

pre,code {
   font-size:1.2em;
}

fieldset{
   border:0;
}
