﻿@import url('layout.css');
@import url('style.css');

body {
  margin: 0;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  color: #302222;
}

div {
  margin: 0;
  padding: 0;
}

a img {
  border-width: 0;
}

a:link, a:visited, a:active {
	color: #060;
}

a:hover {
	text-decoration: none;
	color: #f90;
}


h1 {
  font-size: 18px;
  color: #9A2B05;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 13px;
}

h4 {
  font-size: 12px;
}