/* standard */

body {
	font-family: verdana, arial, sans-serif;
	text-decoration: none;
	color: #000;
	font-size: 80%;
	background-color: #fff;
}

div {
	font-family: verdana, arial, sans-serif;
}

h1 {
	font-family: arial, sans-serif;
	font-size: 200%;
}

h2 {
	font-family: arial, sans-serif;
	font-size: 120%;
}

h3 {
	font-family: arial, sans-serif;
	font-size: 110%;
}

h4 {
	font-family: arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
}


/* links */

a {
	color: #06c;
}

a:visited {
	color: #06c;
}


/* buttons */

input.button, input.clearButton, input.smallButton {
	font-weight: bold;
}
