@charset "utf-8";

/* =============================================================================
    Initialization
============================================================================= */
body, div,
dl, dt, dd, ul, ol, li,
pre, form, fieldset,
input, textarea, p, th, td, legend {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

body {
  font-size: 100%;
}

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

ul, ol, li {
  list-style: none outside;
}

table {
  border-collapse: collapse;
  font-size: 100%; /* for ie6 */
}

address,
em, strong {
  font-style: normal;
  font-weight: normal;
}

img {
  border: 0;
  vertical-align: bottom;
}

textarea {
  font-size: 100%;
}

a:link { color: blue; }
a:visited { color: purple; }
a:active { color: purple; }
a:hover { color: green; }
