﻿/* ----------------------------
base
---------------------------- */

html,
body
{
	color: black;
	background: #eee;
}

body
{
	
	background: #fff;
	margin: 20px;
	font-size: 1em;
	font-family: helvetica, arial, sans-serif;
	line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	margin: 0;
	color: navy;
	line-height: 1.1;

}
h1,h2,h3 {
	font-family: "Times New Roman", Times, serif;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:bold;
	color:black;
	
	}

p {
	margin-bottom: 10px;
}
img
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	max-width: 100%;
	vertical-align: top;
}

a:focus img { background: #000; }
a:hover img { background: #3bb2d0; }
a:active img { background: #af0000; }
blockquote { margin: 0; }

/* ----------------------------
wide
---------------------------- */

@media (min-width: 38em)
{
	body
	{
		font-size: 1.125em;
		/* 18px/16px */
	}
}
