@charset "UTF-8";
/* CSS Document */

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

h1, h2, h3, h4, h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, select, th {
    font-size: 100%;
    font-weight: normal;
}

input, textarea {
    font-family: sans-serif;
    font-weight: normal;
}
img {
    vertical-align: bottom;
}
a img {
    border: medium none;
}
html {
    overflow-x: hidden;
}
html, body {
    height: 100%;
}
ul {
    list-style-position: outside;
    list-style-type: none;
}
ol {
    list-style-position: outside;
}
legend {
    color: #333333;
}

a:link {
  color:#E81068;
  text-decoration:none;
}
a:visited {
  color:#E81068;
  text-decoration:none;
}
a:hover {
  color:#E81068;
  text-decoration:underline;
}

a:active {
  color:#E81068;
  text-decoration:underline;
}
