
/****** reset style ******/
/******* used to reset all predefined styles ******/
/******* you can use the em size tips ******/

body
{
  /*font-size: 62.5%;*/
  color:black;
  background-color:white
}

*
{
  /*font-size: 1em;*/
}

frame, iframe, body, div, p, table, form, th, td, ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6
{
  margin: 0px;
  padding: 0px;
  z-index: 0;
}

ul
{
  list-style:none
}

frame, iframe, img, table
{
  border:none
}

table
{
  border-collapse:collapse;
}

td
{
  font-size:1.1em
}

th
{
  font-size:1.1em;
  text-align:left;
  font-weight:bold
}

a, button, label
{
  cursor: pointer;
  -cursor: hand;
  text-decoration: none
}

a:hover
{
  text-decoration: underline
}

p
{
  font-size:1.1em
}

li
{
  font-size:1.1em
}

h6
{
  font-size:1.3em
}

h5
{
  font-size:1.4em
}

h4
{
  font-size:1.6em
}

h3
{
  font-size:1.8em
}

h2
{
  font-size:2em
}

h1
{
  font-size:2.2em
}

