@charset "utf-8";

/* =============================================================================
    Initialization
============================================================================= */
body, div,
dl, dt, dd, ul, ol, li,
pre, form, fieldset,
input, select, 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-family: inherit;
  font-size: 100%; /* for ie6 */
}

th {
  font-weight: normal;
  text-align: left;
}

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

small {
  font-size: 100%;
}

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

fieldset {
  border: none;
}

input,
select,
textarea {
  border: 0;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

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