body {
	background : #ae8ebc;
	font-family: Helvetica,Arial,Verdana,Sans-serif;
	color: black;
	text-align: center;
}

a {
	color : #ae34ff;
	text-decoration: none;
}

a:hover {
	color : #ffffff;
	background-color:#ae34ff;
}

ul {

	text-align: left;
	
}

li {

	text-align: left;
	margin-bottom: 10px;
	
}

td {
	padding-right: 15px;
	border-width: 0;
}


.datarow {
	background: #f6e1ff;
}

.tagrow {
	background: #f6e1ff;
}

#main {
	background: white;
	border-style: solid;
	border-width: 1px;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: 20px;
	margin-left: 20px;
}

#cloud {
	background: #ffe8fd;
	text-align: center;
	padding: 10px;
	width: 70%;
	line-height: 36px;
}

.datastatelive {
	color: #00cb03;
}

.datastatefrozen {
	color: #00a4cb;
}

.smalltext {
	font-size: x-small;
}

.largetext {
	font-size: x-large;
	font-weight: bold;
}

pre {
	background: #eeeeee;
}