﻿

/*
** margin/padding ressetting with 
*/

html, body, div, 
h1, h2, h3, h4, h5, h6, 
p, pre, blockquote, address, 
ul, ol, dl, dt, dd, 
table, th, td, 
form, fieldset
{
  margin: 0;
  padding: 0;
}

/* 
** scrollbar
*/ 
html
{
  overflow: scroll;
  overflow: -moz-scrollabars-vertical;
  overflow-x: scroll;
}

/*
** border
*/
table
{
  border-collapse: collapse;
  border-spacing: 0;
}

/*
** image border
*/
img
{
 border: 0;
}