body {
	background-color: #e5e5e5;
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
}

div#main {
	width: 728px;
	margin-left: auto;
	margin-right: auto;
}

div#ip {
	text-align: center;
	font-size: 300%;
}

div#browser {
	background-color: white;
	border: 1px solid black;
	padding: 5px;

}

div#footer {
	text-align: center;
	border-top: 1px solid #CCCCCC;
	margin-top: 8px;
	padding: 3px;
}

td {
	vertical-align: top;
}

td#left {
	width: 50%;
}

h1, h2 {
	margin: 1px;
}

h1 {
	font-size: 100%;
	text-align: center;	
}

h2 {
	font-size: 110%;
}

.nostyle {
	color: black;
	text-decoration: none;
}