/* style.css */

body
{
	font-family: arial,verdana,helvetica,sans-serif;
	background-color: #c0c0c0;
	text-align: center;
	font-size: 10pt;
	margin: 0px;
}

#page
{
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	/* background-color:#e0e0e0; */
	padding-bottom:10px;
	position: relative;
}

input
{
	background-color: #ffffff;
	border: 1px solid #808080;
	font-family: arial,verdana,helvetica,sans-serif;
}

input.button
{
	border:none;
	color:#808080;
	font-size: 12pt;
	padding: 2px;
	margin:0px 2px 0px 2px;
	cursor: pointer;
	font-weight: bold;
}

input.text
{
	padding: 2px;
	width: 50px;
}

#the_applet
{
	/* was 250x250 */
	width: 132px;
	height: 132px;
	border: 1px solid #e0e0e0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

a:link,a:visited,a:active
{
	color: #606060;
	text-decoration: none;
} 

a:hover
{
	text-decoration: underline;
}

hr
{
	border: none;
	color: #d0d0d0;	/* for IE */
	background-color: #d0d0d0;	/* for the others */
	height: 1px;
}

a.black
{
	color: #000000;
}

/* blob */

table
{
	border-collapse: collapse;
	font-size: inherit;
}

table.blob td
{
	padding: 0px;
	margin: 0px;
	background-repeat: repeat;
}
