 

p{
	 color: black;
	 font-size: 1.0em;
}

td{
	 color: black;
	 font-size: .85em;
}

option{
	 color: black;
	 font-size: .85em;
}
    
#disp
    {
    background-color:#E8EEFA;
    font-size: 1.20em;
    color: black;
	font-weight:bold;
    width: 4.20em;  
    padding: 0.05em;
    border: 2px solid #781351;
 
    }

.ginput{
        width:20px;
        background:#ECF1EF;
        border: 0px;
        font-size:15px;
        font-weight:bold;
		text-align:center;
		width: 2em;
        color:#53868B;
}

.gnoninput{
        font-weight:bold;	 
        background:#D9D9D9;
} 

.gsinput{
        font-weight:bold;
        background:#D9D9D9;	
		width: 2em;
		text-align:center;
		border: 0px;
}

 .table-outerborder{
	 border-style:solid;
	 border-width:medium;
	 border-color:black;
	background-color:#ECF1EF;
 }

 .gimginput{       
        background:#877d69;			 
		text-align:center;
		border: 0px;
}

a {  font-size:13px; font-weight:bold; cursor: auto;text-decoration: none;cursor:pointer;}
a:link {color:white;}
a:visited {color: white;}
a:hover {text-decoration: none; color: #ff9900; font-weight:bold;}
a:active {color: #ff0000;text-decoration: none}