body {
	margin: 0px;
	padding: 0px;
	background: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

img {border:none}

td, input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

tt, pre, code {
	font-family: "Courier New", monospace;
	font-size: .9em;
}

form {
	display: inline;
}

a {
	color: #000099;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}
a:active {
	color: #cc0000;
	text-decoration: none;
}

.bigger {
	font-size: 1.2em;
}

.big {
	font-size: 1em;
}

.small {
	font-size: .8em;
}

.smaller {
	font-size: .7em;
}

.smallest {
	font-size: .6em;
}
