﻿/* Specify blanket rules for all elements */
body {
	margin: 10px;
	border: 1px solid #000;
	padding: 10px;
	font-size: 75%;/*browser default is 16px, so this makes it 12px */;
	line-height: 125%;
	background: #fff;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 1.1em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

input, select,th, td {
	font-size: 1.1em;
}
