	body {
		background-color:black;
		color: white;
		font: 12pt Calibri, Arial, Helvetica, sans-serif;
		margin: 0px;
		padding: 0px;
	}
	a {
		color: yellow;
	}
	a:visited{
		color: white;
		}
	a:active{
		color: yellow;
		}
	a:hover{
		color: yellow;
		}
	
	div.tileRow{
		white-space: nowrap;
		height:25px;
	}
	div.tiles {
		border: 1px solid black;
		background-color: white;
		display: inline-block;
		text-align:center;
		vertical-align: center;
		white-space: nowrap;
	}	
	div.tiles:hover {
		background-color:red;
		cursor:pointer;
		cursor:hand;
	}
	div.tileSize {
		width:25px;
		height:25px;
	}
	div.tileText {
		visibility: visible;
	}
	div.rational {
		background-color:yellow;
		color: black;
		}
	div.real {
		background-color:blue;
		color: white;
		}
	div.complex {
		background-color:green;
		color: white;
		}
	div#container {
		float: left;
		margin-left: 410px;
		padding: 0px;
		}
	div#menu {
		position:fixed;
		background-color:black;
		top:0px;
		left:0px;
		width: 195px;
		border-right: 5px solid gray;
		border-bottom: 5px solid gray;
		}
	div#extraInfo{
		position:fixed;
		top:0px;
		left:201px;
		width: 200px;
		border-right: 5px solid gray;
		border-bottom: 5px solid gray;
		border-left: 4px solid gray;
		}
		
	div#info{
		text-align:center;
		}
	div.menuTitle{
		font: 14pt Calibri, Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: yellow;
		background-color: #555555;
		border-top: 10px solid #777777;
		border-bottom: 5px solid #333333;
		padding-left: 5px;
		}
	div.sameCoefficient {
		float:left;
		width:99px;
		}
	div .sameTitle {
		font-weight: bold;
		background-color: #555555;
		}
	div#sameB{
		border-right:1px solid #777777;
	}
	div#sameC{
		border-left:1px solid #777777;
	}
	div#bcPanels .sameInfo{
		background-color: #333333;
		}
	div.presetOdd {
		background-color:#333333;
		color: yellow;
	}
	div.presetOdd:hover {
		background-color:yellow;
		color: black;
		cursor:pointer;
		cursor:hand;
	}
	div.presetEven{
		background-color:#555555;
		color:yellow;
	}
	div.presetEven:hover {
		background-color:yellow;
		color:black;
		cursor:pointer;
		cursor:hand;
	}
	div#clustrmaps {
		margin:auto;
		text-align:center;
		}
	div#creativecommons {
		margin:auto;
		text-align:center;
		}
