/* ==========
 * | BLOCKS |
 * ========== */

/* BODY */
body {
  background: #fff none;
  color: #000;
  font-family: verdana,helvetica,arial,sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}

/* TExT */
p {
  margin: 0 0 1em 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: helvetica,arial,verdana,sans-serif;
  font-weight: normal;
  margin: 1em 0 0 0;
  padding: 0;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

/* CONTAINERS */
div {
}
span {
}

/* LISTS */
ul {
  margin: 0 0 0 1.4em;
  padding: 0;
}
ul li {
}
ol {
}
ol li {
}
dl {
}
dl dt {
}
dl dd {
}

/* FORMS */
form {
}
form fieldset {
}
form fieldset legend {
}
form input {
}
form select {
}
form select option {
}
form select optgroup {
}
form select optgroup option {
}
form textarea {
}
form label {
}
form button {
}

/* TABLES */
table {
}
table caption {
}
table col {
}
table colgroup {
}
table colgroup col {
}
table tr {
}
table tr th {
}
table tr td {
}
table thead {
}
table thead tr {
}
table thead tr th {
}
table thead tr td {
}
table tfoot {
}
table tfoot tr {
}
table tfoot tr th {
}
table tfoot tr td {
}
table tbody {
}
table tbody tr {
}
table tbody tr th {
}
table tbody tr td {
}

/* SPECIAL */
pre {
}
hr {
}
blockquote {
}
address {
}


/* ==========
 * | INLINE |
 * ========== */

/* FONT STYLE */
tt {
}
i {
}
b {
}
big {
}
small {
}

/* PHRASE */
em {
}
strong {
}
dfn {
}
code {
}
q {
}
samp {
}
kbd {
}
var {
}
cite {
}
abbr {
}
acronym {
}
sub {
}
sup {
}

/* SPECIAL */
a {
  background: transparent none;
  color: #000;
  text-decoration: none;
}
a:hover {
  background: transparent none;
  color: #c30;
  text-decoration: underline;
}
br {
}
bdo {
}
object {
}
img {
}
ins {
}
del {
}
noscript {
}
iframe {
}
noframes {
}
