BODY {
   font-size : 16px;
   font-family: "Comic Sans MS","Times New Roman",Arial;
   color : #000000;
   /*  background : #FFFFFF url(gfx/mainlogo.jpg)  scroll no-repeat left top;*/
}
img {
	display: block;
	margin: 0 auto; 
}
p {
	text-align: left;
}
span#Time { 
    font-size : 24px;
	font-family: "Comic Sans MS","Times New Roman",Arial;
	color: black;
}
span.copy_onclick { 
	font-family: "Comic Sans MS","Times New Roman",Arial;
	color: purple;
}
.event_online { 
	font-family: "Comic Sans MS","Times New Roman",Arial;
	color: green;
}
.event_terminated_failure {
	font-family: "Comic Sans MS","Times New Roman",Arial;
	color: red;
}
.event_terminated_success,.event_offline { 
	font-family: "Comic Sans MS","Times New Roman",Arial;
	color: blue;
}
.release_notes,.user_guide ,#contact{ 
    font-size : 12px;
	font-family: Arial;
	color: black;
}
table,td {
	vertical-align:top;
	text-align:left;
}
table.glued,td.glued {
	vertical-align:top;
	text-align:left;
	padding: 0px; 
	border-collapse:collapse;
}
table.centered,td.centered {
    margin-left:auto; 
    margin-right:auto;
}
td.log {
    width: 700px;
}
td.menu {
    width: 350px;
}