/* This is styles for COL intro page index.php */

	body {
		background-color: #eeffff;
		font-family: verdana,arial;
		font-size: 12px;
		font-size:0.9em;
		text-align: center;
		color: darkblue;
	}
	
	a {
		font-family: Arial, Verdana;
		color: black;
		font-weight: bold;
		text-decoration: none;
		font-size:1.2em;
		color:#0066CC;
	}
	
	a:hover	{	
		color:#FF0000;
	}
	
	.heading, h1 {
		font-size: 20px;
		font-size:1.8em;
		font-weight: bold;
		text-align: center;		
	}
	.heading2, h2 {
		font-size: 15px;
		font-size: 1.3em;
		text-align: center;		
	}
	
	.heading 3, h3	{
		font-size: 15px;
		font-size: 1.1em;		
	}
	
	.center	{
		text-align:center;
	}
	
	#mainpage {
		position: absolute;
		left: 22%;
		top: 0px;
		padding: 10px;
	}
	table {
		font-size: 14px;
		font-size:1em;
	}
	#displaybox {
		width:98%;
		background-color: #ccffcc;
	}
	#sidecolumn {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 20%;
			padding: 10px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:0.8em;
	}
	div.clickbox {
			background-color: #66ff66;
			width: 100px;
			font-weight: bold;
			text-align: center;
			border-style: solid;
			border-width: 2px;
			border-color: #c69f44;
			padding: 4px;	
	}
	
	.gobutton	{
			background-color: #66ff66;
	}
	
	.maintenance	{
		color:#FF0000;
		font-size:1.4em;
		text-align:center;
		font-weight:bold;
	}
	
	.message	{
		font-size:1.2em;
		font-weight:bold;
		text-align:center;
		color:#0066CC;
	}
	
	.command	{
	/* Text lines that are instructions */
			color: red;			
			font-size:1.2em;	
	}

