/*
	thomasb's tiny style sheets
*/

@import url(non-netscape.css);

body, td
{
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}

h1
{
	font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust: .53;
	font-size: 2em;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	background-color: #ddd;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: .25em;
}

h2
{
	font-size: 14pt;
}

address img
{
	float: right;
}

address
{
	font-family: arial, helvetica, sans-serif;
	background-color: #ddd;
	clear: both;
	padding-top: .5em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: .5em;
	margin-top: 3em;
	border-top: 1px solid black;
	font-style: normal;
	font-size: 8pt;
}

a:hover
{
	background-color: #eee;
}

a:visited
{
	color: purple;
}

p.navbar
{
	text-decoration: none;
	margin: .1em;
	padding: 1ex;
	min-width: 13ex;
	max-width: 15em;
	width: 14ex;
	background-color: #eee;
	border:1px dashed #999;
}

p.navbar a:hover
{
	background-color: #ddd;
}

