/* general selectors */
a:link,a:visited,a:hover { text-decoration: none; }

body
{
	margin: 0;
	padding: 0;
	background-color: #333;
	color: #000;
	font-family: Verdana, Lucida,"Lucida Grande",Arial, Helvetica, sans-serif;
	font-size: 90%;
}

h1
{
	font-size: 1.3em;
	padding: 0px 5px 5px 0px;
}

h2 { font-size: 1.1em; }
h3 { font-size: 1.05em; }
h4 { font-size: 1.05em; }

img
{
	border: none;
	margin: 3px;
}

td { vertical-align: top; }
