@import "layout.css";
@import url('layout.css');
@import "forms.css";
@import url('forms.css');

/* Styles for any basic elements e.g. p, h1 etc. */

body {
	margin: 0 10px;
	padding: 0;
	background: #E7DCBE;
}

td, th {
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
}

h1 {
	font: 20px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333366;
}

h2 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333366;
}

h3 {
	font: 15px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333366;
}

hr { color: #000080; }

a {
	color: #333366;
}

a:hover {
	color: #990000;
}

a.nav {
	font-weight: bold;
	color: #333366;
	text-decoration: none;
}

a.nav:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.price { /* All Prices on site */
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
}