/* CSS Document */

html,body {
	height:100%;
	margin:0;
	padding:0;
	color: #0066CC;
}

ul {
 	list-style: none;
}

a {
	background: inherit;
	color: #0066CC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#table1 {
    width:100%;
    height:100%;
}

#centered {
	width:475px;
	height:120px;
	margin:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}

#table1 #centered #touch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
