.textcell{
        font-weight : 500;
        font-size : 15px;
        font-family : "Tahoma,Verdana,Helvetica,Arial,sans-serif";
		        }

.smalltext{
        font-weight :600;
        font-size : 14px;
        font-family : "Palatino,Georgia,Book Antiqua,Times,serif";
        	
        }

.copyright {
	font-weight: normal;
	font-size: 10px;
	font-family: "Arial,Helvetica,Verdana,Tahoma,sans-serif";
	}


}
    a:link {
        text-decoration:none;
        
                }
        a:visited {
        text-decoration :none;
        
        }
        a:active {
        text-decoration: none;
        color: #EB911A;
        }
        a:hover {
        color: #CCCCFF;
        text-decoration: none;     
		}