body    {
		color: #660000;
		font-family: Arial, Helvetica, sans-serif;
		background-image: url(/graphics/maple.jpg);
		margin: 2%;
        }
		
/* Defines the display cell for menu items */	

.menucell    {
		width: 180px;
        }
		
/* Defines the display cell for body items */

.bodycell    {
		width: 1164px;
        }	


h1 		{ 
		font-weight: bold; 
		font-size: 120%;
		}			
				
h2 		{ 
		font-weight: bold;
		font-size: 110%;
		}
				
h3 		{ 
		font-weight: bold;
		font-size: 100%;
		}	
							
p 		{ 
		font-size: 90%;
		}
							
li 		{ 
		font-size: 90%;
		}
				
select 	{			
		color: #990033;
		font-size: 90%;
		}
		
input 	{			
		color: #333333;
		font-size: 80%;
		}
		
caption	{ 
		color: #666600;
		font-size: 90%;
		}
                
a       {
                font-size: 90%;
                }		
a:link {
		color: #660000;	
		}

a:visited {
		color: #660000;		
		}
a:active {	
		color: #006600;	
		}

a:hover {
		color: #660066;	
		}

.banner-table   {
        margin: 20px;
		}		
		
.tiny   {
        font-size:70%;
		}
                
.big   {
        font-size:150%;
		}
                      
.rightfloat {
            float : right;
            margin : 10px;     
        }
        
.leftfloat {
            float : left;
            margin : 10px;     
        } 
        
.centrefloat {
            margin : 50px;
        } 
        
.figcaption {
            text-align : center;
            font-weight : bold;
            margin-top : 5px;
        }


.menubutt
	{
		background : rgba(232,232,00,0.7);
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		color : #660000;
		text-align : center;
		text-decoration : none;
		font-size : 80%;
		vertical-align : middle;
		border-width : 1px;
		border-style : solid;
		width : 160px;
		height : 20px;
                margin : auto;
	}

.menubutt:hover
	{
		background : rgba(255,255,00,0.7);
		cursor : pointer;
	}

.menubutt1
	{
		background : rgba(32,232,32,0.7);
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		color : #660000;
		text-align : center;
		text-decoration : none;
		font-size : 80%;
		vertical-align : middle;
		border-width : 1px;
		border-style : solid;
		border-radius : 8px;
		width : 160px;
		height : 20px;
	}

.menubutt1:hover
	{
		background : rgba(124,232,124,0.7);
		cursor : pointer;
	}

.menubutt2
	{
		background : rgba(32,32,232,0.7);
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		color : #660000;
		text-align : center;
		text-decoration : none;
		font-size : 80%;
		vertical-align : middle;
		border-width : 1px;
		border-style : solid;
		border-radius : 8px;
		width : 160px;
		height : 20px;
	}

.menubutt2:hover
	{
		background : rgba(124,124,232,0.7);
		cursor : pointer;
	}
	
.menubutt3
	{
		background : rgba(232,32,32,0.7);
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		color : #660000;
		text-align : center;
		text-decoration : none;
		font-size : 80%;
		vertical-align : middle;
		border-width : 1px;
		border-style : solid;
		border-radius : 8px;
		width : 160px;
		height : 20px;
	}

.menubutt3:hover
	{
		background : rgba(232,124,124,0.7);
		cursor : pointer;
	}		
.menucelltop
	{
                display: flex;
                justify-content: center;
                align-items: center;
		background-image: url(/menubuttons/menu-link-top.png);
		background-repeat: repeat-x;
		background-position: bottom;
	}
.menucellmid
	{
                display: flex;
                justify-content: center;
                align-items: center;
		background-image: url(/menubuttons/menu-link-mid.png);
		background-repeat: repeat-y;
		background-position: 50%;

	}

.menucellbott
	{
                display: flex;
                justify-content: center;
                align-items: center;
		background-image: url(/menubuttons/menu-link-bot.png);
		background-repeat: repeat-x;		
		background-position: top;
	}
	
.tabletext
	{
	font-size: 90%;
	}

.power-check
	{
		background-image: url(/graphics/power-test-off.gif);
		background-repeat: no-repeat;
		background-position: center center;
		background-color: #000000;
	}

.whitetext
	{
	color: #ffffff;
	}