/* CSS Document */

body {
    font-family: arial, 'Bitstream Vera Sans';
    font-size: 12px;
    text-align: center;
}

#online {
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
	background-color: #0F0;
	color: #000;
	width: 70px;
	text-align: center;
	font-family: arial, 'Bitstream Vera Sans';
	font-weight: bold;
	font-size: 13px;
}

#offline {
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
	background-color: #F00;
	color: #000;
	width: 70px;
	text-align: center;
	font-family: arial, 'Bitstream Vera Sans';
	font-weight: bold;
	font-size: 13px;
}










