﻿body, div, form, td, span
{
	
	text-decoration: none;
    font-size: 11;
    font-family: Arial , Calibri, Segoe UI , Tahoma;
    color: Black ;
}


.greenBodyClass
{
	text-decoration: none;
    font-size: 11;
    font-family: Arial , Calibri, Segoe UI , Tahoma;
    color: #228b22;
}


#box
{
width: 1500px;
height:1000px;
}




.tablinkgreen {
        
        width:120px;
        line-height:30px;
        font-family: Arial, Calibri, Segoe UI , Tahoma;
        font-size: 11;
        font-weight :bold;
        text-decoration: none;
        color: #228b22; 
        
       
    }
    
.tablinkgreen:hover
{
		font-size: 11;
        color:Orange ; 
        text-decoration : underline; 
}




.tablink {
        text-decoration: none;
        width:120px;
        line-height:30px;
        font-family: Arial, Calibri, Segoe UI , Tahoma;
        font-size: 11;
        font-weight :bold;
        
        color:#228b22; 
        
       
    }
    
.tablink:hover
{
		font-size: 11;
        color:Orange ; 
        text-decoration : underline; 
}

#cell {
        border:1px solid #999;
}

.heading
{
    font-size: 13;
    font-weight :bold;
    color :red ;
}


.tablinkBTN {
        

        font-family: Arial, Calibri, Segoe UI , Tahoma;
        font-size: 11;
        font-weight :bold;
        color:#228b22; 
        
       
    }

.tablinkBTN:hover
{
		font-size: 11;
        color:Orange ; 
        background-color: none;
        cursor :hand;
}




