body {
	background: #CCCCCC;
	font-size: 101%;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0;
	height: 100%
}

div, h2, h3, h4, h5, h6, p, table, ul, ol, img {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a:link {
	color: #c60;
	border-bottom: 1px solid #f07900;
}

a:visited {
	color: #934a00;
	border-bottom: 1px solid #ae5700;
}

a:active, a:hover {
	color: #ea7500;
	border-bottom: 0;
}

img {
	border: 0;
}

#main {
	position: relative;
	width: 369px;
	height: 100%;
}

table, td {
	height: 100%
	
}

.link {
	cursor: pointer;
}