﻿/* CSS Reset */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, ul, li, fieldset, form, label {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;
}
ol, ul { list-style: none; }
:focus { outline: 0; }

/* Set top css */
body {
	font: 14px Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	line-height: 1.6em; color: #38170c;
}
a { text-decoration: none; }
